#CA6C79

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

Shades of Charm #CA6C79

Tints of Charm #CA6C79

Color information

#CA6C79 (or 0xCA6C79) is unknown color: approx Charm. HEX triplet: CA, 6C and 79. RGB value is (202,108,121). Sum of RGB (Red+Green+Blue) = 202+108+121=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C79 is #359386. Grayscale: #898989. Windows color (decimal): -3511175 or 7957706. OLE color: 7957706.

HSL color Cylindrical-coordinate representation of color #CA6C79: hue angle of 351.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6C79 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202108121-
CMYK00.470.400.21
HSL351.7º47%60.78%-
HSV(B)351.7º46.53%79.22%-
XYZ33.1724.6621.1-
YUV137.59118.64173.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=46.87%
G=25.06%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210812100.470.400.21351.74760.78
HexCA6C7902F28151602f3d
Octal31215417105750255405775
Binary1100101011011001111001010111110100010101101100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C79; }

 p { color: rgb(202,108,121); }

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

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

 a { background-color: rgb(202,108,121); }

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

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

 span { border-color: rgb(202,108,121); }

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