#CC7790

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

Shades of Charm #CC7790

Tints of Charm #CC7790

Color information

#CC7790 (or 0xCC7790) is unknown color: approx Charm. HEX triplet: CC, 77 and 90. RGB value is (204,119,144). Sum of RGB (Red+Green+Blue) = 204+119+144=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7790 is #33886F. Grayscale: #939393. Windows color (decimal): -3377264 or 9467852. OLE color: 9467852.

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

Color convert

RGB204119144-
CMYK00.420.290.2
HSL342.35º45.45%63.33%-
HSV(B)342.35º41.67%80%-
XYZ36.5328.0429.87-
YUV147.26126.16168.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=43.68%
G=25.48%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411914400.420.290.2342.3545.4563.33
HexCC779002A1D141562d3f
Octal31416722005235245265577
Binary1100110011101111001000001010101110110100101010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7790; }

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

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

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

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

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

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

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

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