#C85857

Color #C85857 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C85857

Tints of Fuzzy Wuzzy Brown #C85857

Color information

#C85857 (or 0xC85857) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 58 and 57. RGB value is (200,88,87). Sum of RGB (Red+Green+Blue) = 200+88+87=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C85857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85857 is #37A7A8. Grayscale: #797979. Windows color (decimal): -3647401 or 5724360. OLE color: 5724360.

HSL color Cylindrical-coordinate representation of color #C85857: hue angle of 0.53º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85857 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB2008887-
CMYK00.560.560.22
HSL0.53º50.67%56.27%-
HSV(B)0.53º56.5%78.43%-
XYZ29.0319.9511.34-
YUV121.37108.61184.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=53.33%
G=23.47%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200888700.560.560.220.5350.6756.27
HexC85857038381613338
Octal310130127070702616370
Binary11001000101100010101110111000111000101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85857; }

 p { color: rgb(200,88,87); }

 H1.HeaderClassName
 {
   color: #C85857;
 }
 .AnyTagClassName
 {
   color: #C85857;
 }
</style>
background-color css

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

 a { background-color: rgb(200,88,87); }

 div.DivClassName
 {
   background-color: #C85857;
 }
 .BgClassName
 {
   background-color: #C85857;
 }
</style>
border-color css

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

 span { border-color: rgb(200,88,87); }

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