#C97385

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

Shades of Charm #C97385

Tints of Charm #C97385

Color information

#C97385 (or 0xC97385) is unknown color: approx Charm. HEX triplet: C9, 73 and 85. RGB value is (201,115,133). Sum of RGB (Red+Green+Blue) = 201+115+133=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C97385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97385 is #368C7A. Grayscale: #8E8E8E. Windows color (decimal): -3574907 or 8745929. OLE color: 8745929.

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

Color convert

RGB201115133-
CMYK00.430.340.21
HSL347.44º44.33%61.96%-
HSV(B)347.44º42.79%78.82%-
XYZ34.4526.3725.46-
YUV142.77122.49169.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=44.77%
G=25.61%
B=29.62%

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
Decimal20111513300.430.340.21347.4444.3361.96
HexC9738502B221515b2c3e
Octal31116320505342255335476
Binary11001001111001110000101010101110001010101101011011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97385; }

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

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

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

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

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

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

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

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