#CC7C83

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

Shades of Charm #CC7C83

Tints of Charm #CC7C83

Color information

#CC7C83 (or 0xCC7C83) is unknown color: approx Charm. HEX triplet: CC, 7C and 83. RGB value is (204,124,131). Sum of RGB (Red+Green+Blue) = 204+124+131=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C83 is #33837C. Grayscale: #949494. Windows color (decimal): -3375997 or 8617164. OLE color: 8617164.

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

Color convert

RGB204124131-
CMYK00.390.360.2
HSL354.75º43.96%64.31%-
HSV(B)354.75º39.22%80%-
XYZ36.2128.8925.14-
YUV148.72118167.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=44.44%
G=27.02%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412413100.390.360.2354.7543.9664.31
HexCC7C8302724141632c40
Octal314174203047442454354100
Binary110011001111100100000110100111100100101001011000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C83; }

 p { color: rgb(204,124,131); }

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

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

 a { background-color: rgb(204,124,131); }

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

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

 span { border-color: rgb(204,124,131); }

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