#CA717E

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

Shades of Charm #CA717E

Tints of Charm #CA717E

Color information

#CA717E (or 0xCA717E) is unknown color: approx Charm. HEX triplet: CA, 71 and 7E. RGB value is (202,113,126). Sum of RGB (Red+Green+Blue) = 202+113+126=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717E is #358E81. Grayscale: #8D8D8D. Windows color (decimal): -3509890 or 8286666. OLE color: 8286666.

HSL color Cylindrical-coordinate representation of color #CA717E: hue angle of 351.24º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA717E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202113126-
CMYK00.440.380.21
HSL351.24º45.64%61.76%-
HSV(B)351.24º44.06%79.22%-
XYZ34.0325.8722.94-
YUV141.09119.49171.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=45.80%
G=25.62%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211312600.440.380.21351.2445.6461.76
HexCA717E02C261515f2e3e
Octal31216117605446255375676
Binary1100101011100011111110010110010011010101101011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA717E; }

 p { color: rgb(202,113,126); }

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

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

 a { background-color: rgb(202,113,126); }

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

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

 span { border-color: rgb(202,113,126); }

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