#CC778F

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

Shades of Charm #CC778F

Tints of Charm #CC778F

Color information

#CC778F (or 0xCC778F) is unknown color: approx Charm. HEX triplet: CC, 77 and 8F. RGB value is (204,119,143). Sum of RGB (Red+Green+Blue) = 204+119+143=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC778F is #338870. Grayscale: #939393. Windows color (decimal): -3377265 or 9402316. OLE color: 9402316.

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

Color convert

RGB204119143-
CMYK00.420.300.2
HSL343.06º45.45%63.33%-
HSV(B)343.06º41.67%80%-
XYZ36.4628.0129.47-
YUV147.15125.66168.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=43.78%
G=25.54%
B=30.69%

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
Decimal20411914300.420.300.2343.0645.4563.33
HexCC778F02A1E141572d3f
Octal31416721705236245275577
Binary1100110011101111000111101010101111010100101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC778F; }

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

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

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

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

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

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

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

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