#CA717D

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

Shades of Charm #CA717D

Tints of Charm #CA717D

Color information

#CA717D (or 0xCA717D) is unknown color: approx Charm. HEX triplet: CA, 71 and 7D. RGB value is (202,113,125). Sum of RGB (Red+Green+Blue) = 202+113+125=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717D is #358E82. Grayscale: #8D8D8D. Windows color (decimal): -3509891 or 8221130. OLE color: 8221130.

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

Color convert

RGB202113125-
CMYK00.440.380.21
HSL351.91º45.64%61.76%-
HSV(B)351.91º44.06%79.22%-
XYZ33.9625.8522.6-
YUV140.98118.99171.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=45.91%
G=25.68%
B=28.41%

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
Decimal20211312500.440.380.21351.9145.6461.76
HexCA717D02C26151602e3e
Octal31216117505446255405676
Binary1100101011100011111101010110010011010101101100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA717D; }

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

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

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

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

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

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

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

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