#CA4649

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

Shades of Mandy #CA4649

Tints of Mandy #CA4649

Color information

#CA4649 (or 0xCA4649) is unknown color: approx Mandy. HEX triplet: CA, 46 and 49. RGB value is (202,70,73). Sum of RGB (Red+Green+Blue) = 202+70+73=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4649 is #35B9B6. Grayscale: #6D6D6D. Windows color (decimal): -3520951 or 4802250. OLE color: 4802250.

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

Color convert

RGB2027073-
CMYK00.650.640.21
HSL358.64º55.46%53.33%-
HSV(B)358.64º65.35%79.22%-
XYZ27.7517.428.2-
YUV109.81107.23193.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=58.55%
G=20.29%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202707300.650.640.21358.6455.4653.33
HexCA464904140151673735
Octal3121061110101100255476765
Binary110010101000110100100101000001100000010101101100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4649; }

 p { color: rgb(202,70,73); }

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

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

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

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

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

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

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