#CA5150

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

Shades of Fuzzy Wuzzy Brown #CA5150

Tints of Fuzzy Wuzzy Brown #CA5150

Color information

#CA5150 (or 0xCA5150) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 51 and 50. RGB value is (202,81,80). Sum of RGB (Red+Green+Blue) = 202+81+80=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5150 is #35AEAF. Grayscale: #757575. Windows color (decimal): -3518128 or 5263818. OLE color: 5263818.

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

Color convert

RGB2028180-
CMYK00.600.600.21
HSL0.49º53.51%55.29%-
HSV(B)0.49º60.4%79.22%-
XYZ28.7519.029.75-
YUV117.06107.09188.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=55.65%
G=22.31%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202818000.600.600.210.4953.5155.29
HexCA515003C3C1503637
Octal312121120074742506667
Binary11001010101000110100000111100111100101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5150; }

 p { color: rgb(202,81,80); }

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

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

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

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

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

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

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