#CC7C7E

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

Shades of Charm #CC7C7E

Tints of Charm #CC7C7E

Color information

#CC7C7E (or 0xCC7C7E) is unknown color: approx Charm. HEX triplet: CC, 7C and 7E. RGB value is (204,124,126). Sum of RGB (Red+Green+Blue) = 204+124+126=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C7E is #338381. Grayscale: #949494. Windows color (decimal): -3376002 or 8289484. OLE color: 8289484.

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

Color convert

RGB204124126-
CMYK00.390.380.2
HSL358.5º43.96%64.31%-
HSV(B)358.5º39.22%80%-
XYZ35.8828.7623.4-
YUV148.15115.5167.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=44.93%
G=27.31%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412412600.390.380.2358.543.9664.31
HexCC7C7E02726141662c40
Octal314174176047462454654100
Binary11001100111110011111100100111100110101001011001101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C7E; }

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

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

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

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

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

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

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

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