#CC6380

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

Shades of Charm #CC6380

Tints of Charm #CC6380

Color information

#CC6380 (or 0xCC6380) is unknown color: approx Charm. HEX triplet: CC, 63 and 80. RGB value is (204,99,128). Sum of RGB (Red+Green+Blue) = 204+99+128=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6380 is #339C7F. Grayscale: #858585. Windows color (decimal): -3382400 or 8414156. OLE color: 8414156.

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

Color convert

RGB20499128-
CMYK00.510.370.2
HSL343.43º50.72%59.41%-
HSV(B)343.43º51.47%80%-
XYZ33.2623.3223.17-
YUV133.7124.79178.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=47.33%
G=22.97%
B=29.70%

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
Decimal2049912800.510.370.2343.4350.7259.41
HexCC63800332514157333b
Octal31414320006345245276373
Binary11001100110001110000000011001110010110100101010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6380; }

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

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

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

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

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

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

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

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