#CA4648

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

Shades of Mandy #CA4648

Tints of Mandy #CA4648

Color information

#CA4648 (or 0xCA4648) is unknown color: approx Mandy. HEX triplet: CA, 46 and 48. RGB value is (202,70,72). Sum of RGB (Red+Green+Blue) = 202+70+72=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4648 is #35B9B7. Grayscale: #6D6D6D. Windows color (decimal): -3520952 or 4736714. OLE color: 4736714.

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

Color convert

RGB2027072-
CMYK00.650.640.21
HSL359.09º55.46%53.33%-
HSV(B)359.09º65.35%79.22%-
XYZ27.7217.48.03-
YUV109.7106.73193.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=58.72%
G=20.35%
B=20.93%

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
Decimal202707200.650.640.21359.0955.4653.33
HexCA464804140151673735
Octal3121061100101100255476765
Binary110010101000110100100001000001100000010101101100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4648; }

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

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

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

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

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

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

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

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