#CA4351

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

Shades of Mandy #CA4351

Tints of Mandy #CA4351

Color information

#CA4351 (or 0xCA4351) is unknown color: approx Mandy. HEX triplet: CA, 43 and 51. RGB value is (202,67,81). Sum of RGB (Red+Green+Blue) = 202+67+81=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4351 is #35BCAE. Grayscale: #6D6D6D. Windows color (decimal): -3521711 or 5325770. OLE color: 5325770.

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

Color convert

RGB2026781-
CMYK00.670.600.21
HSL353.78º56.02%52.75%-
HSV(B)353.78º66.83%79.22%-
XYZ27.8517.169.63-
YUV108.96112.23194.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=57.71%
G=19.14%
B=23.14%

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
Decimal202678100.670.600.21353.7856.0252.75
HexCA43510433C151623835
Octal312103121010374255427065
Binary11001010100001110100010100001111110010101101100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4351; }

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

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

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

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

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

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

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

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