#CC788A

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

Shades of Charm #CC788A

Tints of Charm #CC788A

Color information

#CC788A (or 0xCC788A) is unknown color: approx Charm. HEX triplet: CC, 78 and 8A. RGB value is (204,120,138). Sum of RGB (Red+Green+Blue) = 204+120+138=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC788A is #338775. Grayscale: #939393. Windows color (decimal): -3377014 or 9074892. OLE color: 9074892.

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

Color convert

RGB204120138-
CMYK00.410.320.2
HSL347.14º45.16%63.53%-
HSV(B)347.14º41.18%80%-
XYZ36.2128.1127.56-
YUV147.17122.83168.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=44.16%
G=25.97%
B=29.87%

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
Decimal20412013800.410.320.2347.1445.1663.53
HexCC788A029201415b2d40
Octal314170212051402453355100
Binary110011001111000100010100101001100000101001010110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC788A; }

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

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

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

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

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

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

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

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