#CC777D

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

Shades of Charm #CC777D

Tints of Charm #CC777D

Color information

#CC777D (or 0xCC777D) is unknown color: approx Charm. HEX triplet: CC, 77 and 7D. RGB value is (204,119,125). Sum of RGB (Red+Green+Blue) = 204+119+125=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777D is #338882. Grayscale: #919191. Windows color (decimal): -3377283 or 8222668. OLE color: 8222668.

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

Color convert

RGB204119125-
CMYK00.420.390.2
HSL355.76º45.45%63.33%-
HSV(B)355.76º41.67%80%-
XYZ35.227.5122.86-
YUV145.1116.66170.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=45.54%
G=26.56%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411912500.420.390.2355.7645.4563.33
HexCC777D02A27141642d3f
Octal31416717505247245445577
Binary1100110011101111111101010101010011110100101100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC777D; }

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

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

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

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

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

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

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

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