#CC7180

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

Shades of Charm #CC7180

Tints of Charm #CC7180

Color information

#CC7180 (or 0xCC7180) is unknown color: approx Charm. HEX triplet: CC, 71 and 80. RGB value is (204,113,128). Sum of RGB (Red+Green+Blue) = 204+113+128=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7180 is #338E7F. Grayscale: #8D8D8D. Windows color (decimal): -3378816 or 8417740. OLE color: 8417740.

HSL color Cylindrical-coordinate representation of color #CC7180: hue angle of 350.11º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7180 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204113128-
CMYK00.450.370.2
HSL350.11º47.15%62.16%-
HSV(B)350.11º44.61%80%-
XYZ34.726.2123.65-
YUV141.92120.15172.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=45.84%
G=25.39%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411312800.450.370.2350.1147.1562.16
HexCC718002D251415e2f3e
Octal31416120005545245365776
Binary11001100111000110000000010110110010110100101011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7180; }

 p { color: rgb(204,113,128); }

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

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

 a { background-color: rgb(204,113,128); }

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

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

 span { border-color: rgb(204,113,128); }

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