#CA4350

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

Shades of Mandy #CA4350

Tints of Mandy #CA4350

Color information

#CA4350 (or 0xCA4350) is unknown color: approx Mandy. HEX triplet: CA, 43 and 50. RGB value is (202,67,80). Sum of RGB (Red+Green+Blue) = 202+67+80=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4350 is #35BCAF. Grayscale: #6C6C6C. Windows color (decimal): -3521712 or 5260234. OLE color: 5260234.

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

Color convert

RGB2026780-
CMYK00.670.600.21
HSL354.22º56.02%52.75%-
HSV(B)354.22º66.83%79.22%-
XYZ27.8117.159.43-
YUV108.85111.73194.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=57.88%
G=19.20%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202678000.670.600.21354.2256.0252.75
HexCA43500433C151623835
Octal312103120010374255427065
Binary11001010100001110100000100001111110010101101100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4350; }

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

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

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

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

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

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

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

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