Html Css Color HEX #85475C Cannon Pink

📋 copy color: '#85475C'

red 133 ◦ green 71 ◦ blue 92

#85475C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #85475C

Tints of Cannon Pink #85475C

RGB

 RED value IS 133 (52.34% from 255) = 44.93%

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 44.93%
G = 23.99%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#85475C (or 0x85475C) is known color: Cannon Pink. HEX triplet: 85, 47 and 5C. RGB value is (133,71,92). Sum of RGB (Red+Green+Blue) = 133+71+92=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85475C is #7AB8A3. Grayscale: #5B5B5B. Windows color (decimal): -8042660 or 6047621. OLE color: 6047621.

HSL color Cylindrical-coordinate representation of color #85475C: hue angle of 339.68º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85475C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 92 -
CMYK 0 0.47 0.31 0.48
HSL 339.68º 0.3% 0.4% -
HSV(B) 339.68º 0.47% 0.52% -
XYZ 13.86 10.27 11.38 -
YUV 91.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 133 71 92 0 0.47 0.31 0.48 339.68 0.3 0.4
Hex 85 47 5C 0 2F 1F 30 154 1E 28
Octal 205 107 134 0 57 37 60 524 36 50
Binary 10000101 1000111 1011100 0 101111 11111 110000 101010100 11110 101000

Color Harmonies of #85475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85475C

Black with #85475C

Text Example


Text Example

White with #85475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85475C; }

 p { color: rgb(133,71,92); }

 H1.HeaderClassName
 {
   color: #85475C;
 }
 .AnyTagClassName
 {
   color: #85475C;
 }
</style>

background-color css

<style>
 a { background-color: #85475C; }

 a { background-color: rgb(133,71,92); }

 div.DivClassName
 {
   background-color: #85475C;
 }
 .BgClassName
 {
   background-color: #85475C;
 }
</style>

border-color css

<style>
 span { border-color: #85475C; }

 span { border-color: rgb(133,71,92); }

 td.TdClassName
 {
   border-color: #85475C;
 }
 .TagClassName
 {
   border-color: #85475C;
 }
</style>