#CA647F

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

Shades of Charm #CA647F

Tints of Charm #CA647F

Color information

#CA647F (or 0xCA647F) is unknown color: approx Charm. HEX triplet: CA, 64 and 7F. RGB value is (202,100,127). Sum of RGB (Red+Green+Blue) = 202+100+127=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA647F is #359B80. Grayscale: #858585. Windows color (decimal): -3513217 or 8348874. OLE color: 8348874.

HSL color Cylindrical-coordinate representation of color #CA647F: hue angle of 344.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA647F is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202100127-
CMYK00.500.370.21
HSL344.12º49.04%59.22%-
HSV(B)344.12º50.5%79.22%-
XYZ32.7523.222.83-
YUV133.58124.29176.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 127 (50% from 255) = 29.60%
R=47.09%
G=23.31%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210012700.500.370.21344.1249.0459.22
HexCA647F0322515158313b
Octal31214417706245255306173
Binary1100101011001001111111011001010010110101101011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA647F; }

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

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

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

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

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

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

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

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