#CC777E

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

Shades of Charm #CC777E

Tints of Charm #CC777E

Color information

#CC777E (or 0xCC777E) is unknown color: approx Charm. HEX triplet: CC, 77 and 7E. RGB value is (204,119,126). Sum of RGB (Red+Green+Blue) = 204+119+126=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777E is #338881. Grayscale: #919191. Windows color (decimal): -3377282 or 8288204. OLE color: 8288204.

HSL color Cylindrical-coordinate representation of color #CC777E: hue angle of 355.06º degrees, saturation: 0.45, 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 #CC777E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204119126-
CMYK00.420.380.2
HSL355.06º45.45%63.33%-
HSV(B)355.06º41.67%80%-
XYZ35.2627.5423.2-
YUV145.21117.16169.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=45.43%
G=26.50%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411912600.420.380.2355.0645.4563.33
HexCC777E02A26141632d3f
Octal31416717605246245435577
Binary1100110011101111111110010101010011010100101100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC777E; }

 p { color: rgb(204,119,126); }

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

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

 a { background-color: rgb(204,119,126); }

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

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

 span { border-color: rgb(204,119,126); }

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