#C97A7C

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

Shades of Charm #C97A7C

Tints of Charm #C97A7C

Color information

#C97A7C (or 0xC97A7C) is unknown color: approx Charm. HEX triplet: C9, 7A and 7C. RGB value is (201,122,124). Sum of RGB (Red+Green+Blue) = 201+122+124=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A7C is #368583. Grayscale: #919191. Windows color (decimal): -3573124 or 8157897. OLE color: 8157897.

HSL color Cylindrical-coordinate representation of color #C97A7C: hue angle of 358.48º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97A7C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB201122124-
CMYK00.390.380.21
HSL358.48º42.25%63.33%-
HSV(B)358.48º39.3%78.82%-
XYZ34.6927.7922.61-
YUV145.85115.67167.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=44.97%
G=27.29%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112212400.390.380.21358.4842.2563.33
HexC97A7C02726151662a3f
Octal31117217404746255465277
Binary1100100111110101111100010011110011010101101100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A7C; }

 p { color: rgb(201,122,124); }

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

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

 a { background-color: rgb(201,122,124); }

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

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

 span { border-color: rgb(201,122,124); }

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