#CC7888

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

Shades of Charm #CC7888

Tints of Charm #CC7888

Color information

#CC7888 (or 0xCC7888) is unknown color: approx Charm. HEX triplet: CC, 78 and 88. RGB value is (204,120,136). Sum of RGB (Red+Green+Blue) = 204+120+136=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7888 is #338777. Grayscale: #929292. Windows color (decimal): -3377016 or 8943820. OLE color: 8943820.

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

Color convert

RGB204120136-
CMYK00.410.330.2
HSL348.57º45.16%63.53%-
HSV(B)348.57º41.18%80%-
XYZ36.0628.0526.81-
YUV146.94121.83168.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=44.35%
G=26.09%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412013600.410.330.2348.5745.1663.53
HexCC7888029211415d2d40
Octal314170210051412453555100
Binary110011001111000100010000101001100001101001010111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7888; }

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

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

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

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

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

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

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

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