#CA647E

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

Shades of Charm #CA647E

Tints of Charm #CA647E

Color information

#CA647E (or 0xCA647E) is unknown color: approx Charm. HEX triplet: CA, 64 and 7E. RGB value is (202,100,126). Sum of RGB (Red+Green+Blue) = 202+100+126=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA647E is #359B81. Grayscale: #858585. Windows color (decimal): -3513218 or 8283338. OLE color: 8283338.

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

Color convert

RGB202100126-
CMYK00.500.380.21
HSL344.71º49.04%59.22%-
HSV(B)344.71º50.5%79.22%-
XYZ32.6823.1822.49-
YUV133.46123.79176.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=47.20%
G=23.36%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210012600.500.380.21344.7149.0459.22
HexCA647E0322615159313b
Octal31214417606246255316173
Binary1100101011001001111110011001010011010101101011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA647E; }

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

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

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

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

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

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

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

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