#C97A94

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

Shades of Charm #C97A94

Tints of Charm #C97A94

Color information

#C97A94 (or 0xC97A94) is unknown color: approx Charm. HEX triplet: C9, 7A and 94. RGB value is (201,122,148). Sum of RGB (Red+Green+Blue) = 201+122+148=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A94 is #36856B. Grayscale: #949494. Windows color (decimal): -3573100 or 9730761. OLE color: 9730761.

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

Color convert

RGB201122148-
CMYK00.390.260.21
HSL340.25º42.25%63.33%-
HSV(B)340.25º39.3%78.82%-
XYZ36.3928.4731.6-
YUV148.58127.67165.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=42.68%
G=25.90%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112214800.390.260.21340.2542.2563.33
HexC97A940271A151542a3f
Octal31117222404732255245277
Binary1100100111110101001010001001111101010101101010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A94; }

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

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

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

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

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

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

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

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