#C05555

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

Shades of Fuzzy Wuzzy Brown #C05555

Tints of Fuzzy Wuzzy Brown #C05555

Color information

#C05555 (or 0xC05555) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 55 and 55. RGB value is (192,85,85). Sum of RGB (Red+Green+Blue) = 192+85+85=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05555 is #3FAAAA. Grayscale: #757575. Windows color (decimal): -4172459 or 5592512. OLE color: 5592512.

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

Color convert

RGB1928585-
CMYK00.560.560.25
HSL45.92%54.31%-
HSV(B)55.73%75.29%-
XYZ26.6318.3610.73-
YUV116.99109.95181.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=53.04%
G=23.48%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192858500.560.560.25045.9254.31
HexC05555038381902e36
Octal300125125070703105666
Binary11000000101010110101010111000111000110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05555; }

 p { color: rgb(192,85,85); }

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

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

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

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

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

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

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