#CC777C

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

Shades of Charm #CC777C

Tints of Charm #CC777C

Color information

#CC777C (or 0xCC777C) is unknown color: approx Charm. HEX triplet: CC, 77 and 7C. RGB value is (204,119,124). Sum of RGB (Red+Green+Blue) = 204+119+124=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC777C is #338883. Grayscale: #919191. Windows color (decimal): -3377284 or 8157132. OLE color: 8157132.

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

Color convert

RGB204119124-
CMYK00.420.390.2
HSL356.47º45.45%63.33%-
HSV(B)356.47º41.67%80%-
XYZ35.1427.4922.52-
YUV144.98116.16170.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=45.64%
G=26.62%
B=27.74%

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
Decimal20411912400.420.390.2356.4745.4563.33
HexCC777C02A27141642d3f
Octal31416717405247245445577
Binary1100110011101111111100010101010011110100101100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC777C; }

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

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

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

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

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

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

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

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