#CC788B

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

Shades of Charm #CC788B

Tints of Charm #CC788B

Color information

#CC788B (or 0xCC788B) is unknown color: approx Charm. HEX triplet: CC, 78 and 8B. RGB value is (204,120,139). Sum of RGB (Red+Green+Blue) = 204+120+139=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC788B is #338774. Grayscale: #939393. Windows color (decimal): -3377013 or 9140428. OLE color: 9140428.

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

Color convert

RGB204120139-
CMYK00.410.320.2
HSL346.43º45.16%63.53%-
HSV(B)346.43º41.18%80%-
XYZ36.2828.1327.94-
YUV147.28123.33168.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=44.06%
G=25.92%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412013900.410.320.2346.4345.1663.53
HexCC788B029201415a2d40
Octal314170213051402453255100
Binary110011001111000100010110101001100000101001010110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC788B; }

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

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

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

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

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

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

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

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