#C97284

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

Shades of Charm #C97284

Tints of Charm #C97284

Color information

#C97284 (or 0xC97284) is unknown color: approx Charm. HEX triplet: C9, 72 and 84. RGB value is (201,114,132). Sum of RGB (Red+Green+Blue) = 201+114+132=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C97284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97284 is #368D7B. Grayscale: #8E8E8E. Windows color (decimal): -3575164 or 8680137. OLE color: 8680137.

HSL color Cylindrical-coordinate representation of color #C97284: hue angle of 347.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97284 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201114132-
CMYK00.430.340.21
HSL347.59º44.62%61.76%-
HSV(B)347.59º43.28%78.82%-
XYZ34.2726.1225.06-
YUV142.06122.32170.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=44.97%
G=25.50%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111413200.430.340.21347.5944.6261.76
HexC9728402B221515c2d3e
Octal31116220405342255345576
Binary11001001111001010000100010101110001010101101011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97284; }

 p { color: rgb(201,114,132); }

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

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

 a { background-color: rgb(201,114,132); }

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

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

 span { border-color: rgb(201,114,132); }

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