#CA5353

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

Shades of Fuzzy Wuzzy Brown #CA5353

Tints of Fuzzy Wuzzy Brown #CA5353

Color information

#CA5353 (or 0xCA5353) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 53 and 53. RGB value is (202,83,83). Sum of RGB (Red+Green+Blue) = 202+83+83=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5353 is #35ACAC. Grayscale: #767676. Windows color (decimal): -3517613 or 5460938. OLE color: 5460938.

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

Color convert

RGB2028383-
CMYK00.590.590.21
HSL52.89%55.88%-
HSV(B)58.91%79.22%-
XYZ29.0119.3710.39-
YUV118.58107.92187.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=54.89%
G=22.55%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202838300.590.590.21052.8955.88
HexCA535303B3B1503538
Octal312123123073732506570
Binary11001010101001110100110111011111011101010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5353; }

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

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

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

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

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

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

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

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