#CA5652

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

Shades of Fuzzy Wuzzy Brown #CA5652

Tints of Fuzzy Wuzzy Brown #CA5652

Color information

#CA5652 (or 0xCA5652) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 56 and 52. RGB value is (202,86,82). Sum of RGB (Red+Green+Blue) = 202+86+82=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5652 is #35A9AD. Grayscale: #787878. Windows color (decimal): -3516846 or 5396170. OLE color: 5396170.

HSL color Cylindrical-coordinate representation of color #CA5652: hue angle of 2º 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 #CA5652 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2028682-
CMYK00.570.590.21
HSL53.1%55.69%-
HSV(B)59.41%79.22%-
XYZ29.2119.8210.27-
YUV120.23106.43186.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=54.59%
G=23.24%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202868200.570.590.21253.155.69
HexCA56520393B1523538
Octal312126122071732526570
Binary110010101010110101001001110011110111010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5652; }

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

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

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

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

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

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

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

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