#CC7681

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

Shades of Charm #CC7681

Tints of Charm #CC7681

Color information

#CC7681 (or 0xCC7681) is unknown color: approx Charm. HEX triplet: CC, 76 and 81. RGB value is (204,118,129). Sum of RGB (Red+Green+Blue) = 204+118+129=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7681 is #33897E. Grayscale: #919191. Windows color (decimal): -3377535 or 8484556. OLE color: 8484556.

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

Color convert

RGB204118129-
CMYK00.420.370.2
HSL352.33º45.74%63.14%-
HSV(B)352.33º42.16%80%-
XYZ35.3427.3824.19-
YUV144.97118.99170.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=45.23%
G=26.16%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411812900.420.370.2352.3345.7463.14
HexCC768102A25141602e3f
Octal31416620105245245405677
Binary11001100111011010000001010101010010110100101100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7681; }

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

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

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

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

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

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

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

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