#C85A55

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

Shades of Fuzzy Wuzzy Brown #C85A55

Tints of Fuzzy Wuzzy Brown #C85A55

Color information

#C85A55 (or 0xC85A55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 5A and 55. RGB value is (200,90,85). Sum of RGB (Red+Green+Blue) = 200+90+85=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A55 is #37A5AA. Grayscale: #7A7A7A. Windows color (decimal): -3646891 or 5593800. OLE color: 5593800.

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

Color convert

RGB2009085-
CMYK00.550.580.22
HSL2.61º51.11%55.88%-
HSV(B)2.61º57.5%78.43%-
XYZ29.1220.2510.97-
YUV122.32106.94183.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=53.33%
G=24%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200908500.550.580.222.6151.1155.88
HexC85A550373A1633338
Octal310132125067722636370
Binary110010001011010101010101101111110101011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A55; }

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

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

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

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

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

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

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

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