#CC6081

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

Shades of Charm #CC6081

Tints of Charm #CC6081

Color information

#CC6081 (or 0xCC6081) is unknown color: approx Charm. HEX triplet: CC, 60 and 81. RGB value is (204,96,129). Sum of RGB (Red+Green+Blue) = 204+96+129=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6081 is #339F7E. Grayscale: #848484. Windows color (decimal): -3383167 or 8478924. OLE color: 8478924.

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

Color convert

RGB20496129-
CMYK00.530.370.2
HSL341.67º51.43%58.82%-
HSV(B)341.67º52.94%80%-
XYZ33.0522.7923.43-
YUV132.05126.28179.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=47.55%
G=22.38%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049612900.530.370.2341.6751.4358.82
HexCC60810352514156333b
Octal31414020106545245266373
Binary11001100110000010000001011010110010110100101010110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6081; }

 p { color: rgb(204,96,129); }

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

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

 a { background-color: rgb(204,96,129); }

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

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

 span { border-color: rgb(204,96,129); }

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