#CC6280

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

Shades of Charm #CC6280

Tints of Charm #CC6280

Color information

#CC6280 (or 0xCC6280) is unknown color: approx Charm. HEX triplet: CC, 62 and 80. RGB value is (204,98,128). Sum of RGB (Red+Green+Blue) = 204+98+128=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6280 is #339D7F. Grayscale: #858585. Windows color (decimal): -3382656 or 8413900. OLE color: 8413900.

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

Color convert

RGB20498128-
CMYK00.520.370.2
HSL343.02º50.96%59.22%-
HSV(B)343.02º51.96%80%-
XYZ33.1723.1323.14-
YUV133.11125.12178.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=47.44%
G=22.79%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049812800.520.370.2343.0250.9659.22
HexCC62800342514157333b
Octal31414220006445245276373
Binary11001100110001010000000011010010010110100101010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6280; }

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

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

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

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

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

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

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

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