#C85B55

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

Shades of Fuzzy Wuzzy Brown #C85B55

Tints of Fuzzy Wuzzy Brown #C85B55

Color information

#C85B55 (or 0xC85B55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 5B and 55. RGB value is (200,91,85). Sum of RGB (Red+Green+Blue) = 200+91+85=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B55 is #37A4AA. Grayscale: #7B7B7B. Windows color (decimal): -3646635 or 5594056. OLE color: 5594056.

HSL color Cylindrical-coordinate representation of color #C85B55: hue angle of 3.13º 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 #C85B55 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB2009185-
CMYK00.540.580.22
HSL3.13º51.11%55.88%-
HSV(B)3.13º57.5%78.43%-
XYZ29.220.4211-
YUV122.91106.61182.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.19%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=53.19%
G=24.20%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200918500.540.580.223.1351.1155.88
HexC85B550363A1633338
Octal310133125066722636370
Binary110010001011011101010101101101110101011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B55; }

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

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

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

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

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

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

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

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