#C85956

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

Shades of Fuzzy Wuzzy Brown #C85956

Tints of Fuzzy Wuzzy Brown #C85956

Color information

#C85956 (or 0xC85956) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 56. RGB value is (200,89,86). Sum of RGB (Red+Green+Blue) = 200+89+86=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C85956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85956 is #37A6A9. Grayscale: #797979. Windows color (decimal): -3647146 or 5659080. OLE color: 5659080.

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

Color convert

RGB2008986-
CMYK00.560.570.22
HSL1.58º50.89%56.08%-
HSV(B)1.58º57%78.43%-
XYZ29.0720.111.15-
YUV121.85107.77183.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=53.33%
G=23.73%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200898600.560.570.221.5850.8956.08
HexC85956038391623338
Octal310131126070712626370
Binary110010001011001101011001110001110011011010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85956; }

 p { color: rgb(200,89,86); }

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

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

 a { background-color: rgb(200,89,86); }

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

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

 span { border-color: rgb(200,89,86); }

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