#9C8285

Color #9C8285 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C8285

Tints of Turkish Rose #9C8285

Color information

#9C8285 (or 0x9C8285) is unknown color: approx Turkish Rose. HEX triplet: 9C, 82 and 85. RGB value is (156,130,133). Sum of RGB (Red+Green+Blue) = 156+130+133=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8285 is #637D7A. Grayscale: #8A8A8A. Windows color (decimal): -6520187 or 8749724. OLE color: 8749724.

HSL color Cylindrical-coordinate representation of color #9C8285: hue angle of 353.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8285 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB156130133-
CMYK00.170.150.39
HSL353.08º11.61%56.08%-
HSV(B)353.08º16.67%61.18%-
XYZ25.9324.7325.6-
YUV138.12125.11140.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=37.23%
G=31.03%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613013300.170.150.39353.0811.6156.08
Hex9C8285011F27161c38
Octal23420220502117475411470
Binary10011100100000101000010101000111111001111011000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8285; }

 p { color: rgb(156,130,133); }

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

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

 a { background-color: rgb(156,130,133); }

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

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

 span { border-color: rgb(156,130,133); }

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