#CA5752

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

Shades of Fuzzy Wuzzy Brown #CA5752

Tints of Fuzzy Wuzzy Brown #CA5752

Color information

#CA5752 (or 0xCA5752) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 52. RGB value is (202,87,82). Sum of RGB (Red+Green+Blue) = 202+87+82=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5752 is #35A8AD. Grayscale: #787878. Windows color (decimal): -3516590 or 5396426. OLE color: 5396426.

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

Color convert

RGB2028782-
CMYK00.570.590.21
HSL2.5º53.1%55.69%-
HSV(B)2.5º59.41%79.22%-
XYZ29.2919.9810.3-
YUV120.81106.1185.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=54.45%
G=23.45%
B=22.10%

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
Decimal202878200.570.590.212.553.155.69
HexCA57520393B1533538
Octal312127122071732536570
Binary110010101010111101001001110011110111010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5752; }

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

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

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

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

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

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

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

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