#CA5857

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

Shades of Fuzzy Wuzzy Brown #CA5857

Tints of Fuzzy Wuzzy Brown #CA5857

Color information

#CA5857 (or 0xCA5857) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 58 and 57. RGB value is (202,88,87). Sum of RGB (Red+Green+Blue) = 202+88+87=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5857 is #35A7A8. Grayscale: #7A7A7A. Windows color (decimal): -3516329 or 5724362. OLE color: 5724362.

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

Color convert

RGB2028887-
CMYK00.560.570.21
HSL0.52º52.04%56.67%-
HSV(B)0.52º56.93%79.22%-
XYZ29.5720.2211.36-
YUV121.97108.27185.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=53.58%
G=23.34%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202888700.560.570.210.5252.0456.67
HexCA5857038391513439
Octal312130127070712516471
Binary11001010101100010101110111000111001101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5857; }

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

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

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

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

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

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

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

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