#C85550

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

Shades of Fuzzy Wuzzy Brown #C85550

Tints of Fuzzy Wuzzy Brown #C85550

Color information

#C85550 (or 0xC85550) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 55 and 50. RGB value is (200,85,80). Sum of RGB (Red+Green+Blue) = 200+85+80=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C85550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85550 is #37AAAF. Grayscale: #767676. Windows color (decimal): -3648176 or 5264840. OLE color: 5264840.

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

Color convert

RGB2008580-
CMYK00.580.60.22
HSL2.5º52.17%54.9%-
HSV(B)2.5º60%78.43%-
XYZ28.5219.369.82-
YUV118.82106.1185.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.79%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=54.79%
G=23.29%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200858000.580.60.222.552.1754.9
HexC8555003A3C1633437
Octal310125120072742636467
Binary110010001010101101000001110101111001011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85550; }

 p { color: rgb(200,85,80); }

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

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

 a { background-color: rgb(200,85,80); }

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

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

 span { border-color: rgb(200,85,80); }

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