#CA4647

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

Shades of Mandy #CA4647

Tints of Mandy #CA4647

Color information

#CA4647 (or 0xCA4647) is unknown color: approx Mandy. HEX triplet: CA, 46 and 47. RGB value is (202,70,71). Sum of RGB (Red+Green+Blue) = 202+70+71=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4647 is #35B9B8. Grayscale: #6D6D6D. Windows color (decimal): -3520953 or 4671178. OLE color: 4671178.

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

Color convert

RGB2027071-
CMYK00.650.650.21
HSL359.55º55.46%53.33%-
HSV(B)359.55º65.35%79.22%-
XYZ27.6817.397.86-
YUV109.58106.23193.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 71 (28.12% from 255) = 20.70%
R=58.89%
G=20.41%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202707100.650.650.21359.5555.4653.33
HexCA464704141151683735
Octal3121061070101101255506765
Binary110010101000110100011101000001100000110101101101000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4647; }

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

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

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

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

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

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

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

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