#CC647F

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

Shades of Charm #CC647F

Tints of Charm #CC647F

Color information

#CC647F (or 0xCC647F) is unknown color: approx Charm. HEX triplet: CC, 64 and 7F. RGB value is (204,100,127). Sum of RGB (Red+Green+Blue) = 204+100+127=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC647F is #339B80. Grayscale: #868686. Windows color (decimal): -3382145 or 8348876. OLE color: 8348876.

HSL color Cylindrical-coordinate representation of color #CC647F: hue angle of 344.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC647F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204100127-
CMYK00.510.380.2
HSL344.42º50.49%59.61%-
HSV(B)344.42º50.98%80%-
XYZ33.2923.4822.86-
YUV134.17123.96177.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 127 (50% from 255) = 29.47%
R=47.33%
G=23.20%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410012700.510.380.2344.4250.4959.61
HexCC647F0332614158323c
Octal31414417706346245306274
Binary1100110011001001111111011001110011010100101011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC647F; }

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

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

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

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

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

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

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

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