#CA647B

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

Shades of Charm #CA647B

Tints of Charm #CA647B

Color information

#CA647B (or 0xCA647B) is unknown color: approx Charm. HEX triplet: CA, 64 and 7B. RGB value is (202,100,123). Sum of RGB (Red+Green+Blue) = 202+100+123=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA647B is #359B84. Grayscale: #858585. Windows color (decimal): -3513221 or 8086730. OLE color: 8086730.

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

Color convert

RGB202100123-
CMYK00.500.390.21
HSL346.47º49.04%59.22%-
HSV(B)346.47º50.5%79.22%-
XYZ32.4923.121.49-
YUV133.12122.29177.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=47.53%
G=23.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210012300.500.390.21346.4749.0459.22
HexCA647B032271515a313b
Octal31214417306247255326173
Binary1100101011001001111011011001010011110101101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA647B; }

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

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

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

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

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

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

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

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