#CA4951

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

Shades of Mandy #CA4951

Tints of Mandy #CA4951

Color information

#CA4951 (or 0xCA4951) is unknown color: approx Mandy. HEX triplet: CA, 49 and 51. RGB value is (202,73,81). Sum of RGB (Red+Green+Blue) = 202+73+81=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4951 is #35B6AE. Grayscale: #707070. Windows color (decimal): -3520175 or 5327306. OLE color: 5327306.

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

Color convert

RGB2027381-
CMYK00.640.600.21
HSL356.28º54.89%53.92%-
HSV(B)356.28º63.86%79.22%-
XYZ28.2217.929.76-
YUV112.48110.24191.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=56.74%
G=20.51%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202738100.640.600.21356.2854.8953.92
HexCA49510403C151643736
Octal312111121010074255446766
Binary11001010100100110100010100000011110010101101100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4951; }

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

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

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

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

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

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

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

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