#CC7893

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

Shades of Charm #CC7893

Tints of Charm #CC7893

Color information

#CC7893 (or 0xCC7893) is unknown color: approx Charm. HEX triplet: CC, 78 and 93. RGB value is (204,120,147). Sum of RGB (Red+Green+Blue) = 204+120+147=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7893 is #33876C. Grayscale: #949494. Windows color (decimal): -3377005 or 9664716. OLE color: 9664716.

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

Color convert

RGB204120147-
CMYK00.410.280.2
HSL340.71º45.16%63.53%-
HSV(B)340.71º41.18%80%-
XYZ36.8828.3831.14-
YUV148.19127.33167.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=43.31%
G=25.48%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412014700.410.280.2340.7145.1663.53
HexCC78930291C141552d40
Octal314170223051342452555100
Binary11001100111100010010011010100111100101001010101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7893; }

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

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

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

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

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

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

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

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