#CA484C

Color #CA484C Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CA484C

Tints of Mandy #CA484C

Color information

#CA484C (or 0xCA484C) is unknown color: approx Mandy. HEX triplet: CA, 48 and 4C. RGB value is (202,72,76). Sum of RGB (Red+Green+Blue) = 202+72+76=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA484C is #35B7B3. Grayscale: #6F6F6F. Windows color (decimal): -3520436 or 4999370. OLE color: 4999370.

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

Color convert

RGB2027276-
CMYK00.640.620.21
HSL358.15º55.08%53.73%-
HSV(B)358.15º64.36%79.22%-
XYZ27.9817.718.78-
YUV111.33108.07192.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=57.71%
G=20.57%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202727600.640.620.21358.1555.0853.73
HexCA484C0403E151663736
Octal312110114010076255466766
Binary11001010100100010011000100000011111010101101100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA484C; }

 p { color: rgb(202,72,76); }

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

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

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

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

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

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

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