#CA574F

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

Shades of Fuzzy Wuzzy Brown #CA574F

Tints of Fuzzy Wuzzy Brown #CA574F

Color information

#CA574F (or 0xCA574F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 4F. RGB value is (202,87,79). Sum of RGB (Red+Green+Blue) = 202+87+79=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA574F is #35A8B0. Grayscale: #787878. Windows color (decimal): -3516593 or 5199818. OLE color: 5199818.

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

Color convert

RGB2028779-
CMYK00.570.610.21
HSL3.9º53.71%55.1%-
HSV(B)3.9º60.89%79.22%-
XYZ29.1819.949.71-
YUV120.47104.6186.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=54.89%
G=23.64%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202877900.570.610.213.953.7155.1
HexCA574F0393D1543637
Octal312127117071752546667
Binary1100101010101111001111011100111110110101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA574F; }

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

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

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

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

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

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

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

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