#CA4650

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

Shades of Mandy #CA4650

Tints of Mandy #CA4650

Color information

#CA4650 (or 0xCA4650) is unknown color: approx Mandy. HEX triplet: CA, 46 and 50. RGB value is (202,70,80). Sum of RGB (Red+Green+Blue) = 202+70+80=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4650 is #35B9AF. Grayscale: #6E6E6E. Windows color (decimal): -3520944 or 5261002. OLE color: 5261002.

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

Color convert

RGB2027080-
CMYK00.650.600.21
HSL355.45º55.46%53.33%-
HSV(B)355.45º65.35%79.22%-
XYZ2817.529.49-
YUV110.61110.73193.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=57.39%
G=19.89%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202708000.650.600.21355.4555.4653.33
HexCA46500413C151633735
Octal312106120010174255436765
Binary11001010100011010100000100000111110010101101100011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4650; }

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

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

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

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

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

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

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

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