#CC7182

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

Shades of Charm #CC7182

Tints of Charm #CC7182

Color information

#CC7182 (or 0xCC7182) is unknown color: approx Charm. HEX triplet: CC, 71 and 82. RGB value is (204,113,130). Sum of RGB (Red+Green+Blue) = 204+113+130=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7182 is #338E7D. Grayscale: #8E8E8E. Windows color (decimal): -3378814 or 8548812. OLE color: 8548812.

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

Color convert

RGB204113130-
CMYK00.450.360.2
HSL348.79º47.15%62.16%-
HSV(B)348.79º44.61%80%-
XYZ34.8426.2624.35-
YUV142.15121.15172.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=45.64%
G=25.28%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411313000.450.360.2348.7947.1562.16
HexCC718202D241415d2f3e
Octal31416120205544245355776
Binary11001100111000110000010010110110010010100101011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7182; }

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

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

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

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

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

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

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

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