#C97384

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

Shades of Charm #C97384

Tints of Charm #C97384

Color information

#C97384 (or 0xC97384) is unknown color: approx Charm. HEX triplet: C9, 73 and 84. RGB value is (201,115,132). Sum of RGB (Red+Green+Blue) = 201+115+132=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C97384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97384 is #368C7B. Grayscale: #8E8E8E. Windows color (decimal): -3574908 or 8680393. OLE color: 8680393.

HSL color Cylindrical-coordinate representation of color #C97384: hue angle of 348.14º degrees, saturation: 0.44, 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 #C97384 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201115132-
CMYK00.430.340.21
HSL348.14º44.33%61.96%-
HSV(B)348.14º42.79%78.82%-
XYZ34.3826.3425.1-
YUV142.65121.99169.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=44.87%
G=25.67%
B=29.46%

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
Decimal20111513200.430.340.21348.1444.3361.96
HexC9738402B221515c2c3e
Octal31116320405342255345476
Binary11001001111001110000100010101110001010101101011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97384; }

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

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

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

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

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

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

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

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