#CC777F

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

Shades of Charm #CC777F

Tints of Charm #CC777F

Color information

#CC777F (or 0xCC777F) is unknown color: approx Charm. HEX triplet: CC, 77 and 7F. RGB value is (204,119,127). Sum of RGB (Red+Green+Blue) = 204+119+127=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777F is #338880. Grayscale: #919191. Windows color (decimal): -3377281 or 8353740. OLE color: 8353740.

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

Color convert

RGB204119127-
CMYK00.420.380.2
HSL354.35º45.45%63.33%-
HSV(B)354.35º41.67%80%-
XYZ35.3327.5623.54-
YUV145.33117.66169.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 127 (50% from 255) = 28.22%
R=45.33%
G=26.44%
B=28.22%

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
Decimal20411912700.420.380.2354.3545.4563.33
HexCC777F02A26141622d3f
Octal31416717705246245425577
Binary1100110011101111111111010101010011010100101100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC777F; }

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

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

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

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

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

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

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

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