#CC7188

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

Shades of Charm #CC7188

Tints of Charm #CC7188

Color information

#CC7188 (or 0xCC7188) is unknown color: approx Charm. HEX triplet: CC, 71 and 88. RGB value is (204,113,136). Sum of RGB (Red+Green+Blue) = 204+113+136=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7188 is #338E77. Grayscale: #8E8E8E. Windows color (decimal): -3378808 or 8942028. OLE color: 8942028.

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

Color convert

RGB204113136-
CMYK00.450.330.2
HSL344.84º47.15%62.16%-
HSV(B)344.84º44.61%80%-
XYZ35.2526.4326.54-
YUV142.83124.15171.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=45.03%
G=24.94%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411313600.450.330.2344.8447.1562.16
HexCC718802D21141592f3e
Octal31416121005541245315776
Binary11001100111000110001000010110110000110100101011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7188; }

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

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

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

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

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

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

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

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