#CC6480

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

Shades of Charm #CC6480

Tints of Charm #CC6480

Color information

#CC6480 (or 0xCC6480) is unknown color: approx Charm. HEX triplet: CC, 64 and 80. RGB value is (204,100,128). Sum of RGB (Red+Green+Blue) = 204+100+128=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6480 is #339B7F. Grayscale: #868686. Windows color (decimal): -3382144 or 8414412. OLE color: 8414412.

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

Color convert

RGB204100128-
CMYK00.510.370.2
HSL343.85º50.49%59.61%-
HSV(B)343.85º50.98%80%-
XYZ33.3623.5123.2-
YUV134.29124.46177.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=47.22%
G=23.15%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410012800.510.370.2343.8550.4959.61
HexCC64800332514158323c
Octal31414420006345245306274
Binary11001100110010010000000011001110010110100101011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6480; }

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

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

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

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

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

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

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

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