#CA5552

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

Shades of Fuzzy Wuzzy Brown #CA5552

Tints of Fuzzy Wuzzy Brown #CA5552

Color information

#CA5552 (or 0xCA5552) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 55 and 52. RGB value is (202,85,82). Sum of RGB (Red+Green+Blue) = 202+85+82=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5552 is #35AAAD. Grayscale: #777777. Windows color (decimal): -3517102 or 5395914. OLE color: 5395914.

HSL color Cylindrical-coordinate representation of color #CA5552: hue angle of 1.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5552 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2028582-
CMYK00.580.590.21
HSL1.5º53.1%55.69%-
HSV(B)1.5º59.41%79.22%-
XYZ29.1319.6610.24-
YUV119.64106.76186.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=54.74%
G=23.04%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202858200.580.590.211.553.155.69
HexCA555203A3B1523538
Octal312125122072732526570
Binary110010101010101101001001110101110111010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5552; }

 p { color: rgb(202,85,82); }

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

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

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

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

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

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

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