#CC778E

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

Shades of Charm #CC778E

Tints of Charm #CC778E

Color information

#CC778E (or 0xCC778E) is unknown color: approx Charm. HEX triplet: CC, 77 and 8E. RGB value is (204,119,142). Sum of RGB (Red+Green+Blue) = 204+119+142=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC778E is #338871. Grayscale: #939393. Windows color (decimal): -3377266 or 9336780. OLE color: 9336780.

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

Color convert

RGB204119142-
CMYK00.420.300.2
HSL343.76º45.45%63.33%-
HSV(B)343.76º41.67%80%-
XYZ36.3827.9829.08-
YUV147.04125.16168.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=43.87%
G=25.59%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411914200.420.300.2343.7645.4563.33
HexCC778E02A1E141582d3f
Octal31416721605236245305577
Binary1100110011101111000111001010101111010100101011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC778E; }

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

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

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

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

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

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

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

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