#CA5753

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

Shades of Fuzzy Wuzzy Brown #CA5753

Tints of Fuzzy Wuzzy Brown #CA5753

Color information

#CA5753 (or 0xCA5753) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 53. RGB value is (202,87,83). Sum of RGB (Red+Green+Blue) = 202+87+83=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5753 is #35A8AC. Grayscale: #797979. Windows color (decimal): -3516589 or 5461962. OLE color: 5461962.

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

Color convert

RGB2028783-
CMYK00.570.590.21
HSL2.02º52.89%55.88%-
HSV(B)2.02º58.91%79.22%-
XYZ29.332010.5-
YUV120.93106.6185.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=54.30%
G=23.39%
B=22.31%

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
Decimal202878300.570.590.212.0252.8955.88
HexCA57530393B1523538
Octal312127123071732526570
Binary110010101010111101001101110011110111010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5753; }

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

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

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

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

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

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

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

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