#CA717F

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

Shades of Charm #CA717F

Tints of Charm #CA717F

Color information

#CA717F (or 0xCA717F) is unknown color: approx Charm. HEX triplet: CA, 71 and 7F. RGB value is (202,113,127). Sum of RGB (Red+Green+Blue) = 202+113+127=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA717F is #358E80. Grayscale: #8D8D8D. Windows color (decimal): -3509889 or 8352202. OLE color: 8352202.

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

Color convert

RGB202113127-
CMYK00.440.370.21
HSL350.56º45.64%61.76%-
HSV(B)350.56º44.06%79.22%-
XYZ34.0925.923.28-
YUV141.21119.99171.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 127 (50% from 255) = 28.73%
R=45.70%
G=25.57%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211312700.440.370.21350.5645.6461.76
HexCA717F02C251515f2e3e
Octal31216117705445255375676
Binary1100101011100011111111010110010010110101101011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA717F; }

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

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

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

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

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

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

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

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