#9C8084

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

Shades of Turkish Rose #9C8084

Tints of Turkish Rose #9C8084

Color information

#9C8084 (or 0x9C8084) is unknown color: approx Turkish Rose. HEX triplet: 9C, 80 and 84. RGB value is (156,128,132). Sum of RGB (Red+Green+Blue) = 156+128+132=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8084 is #637F7B. Grayscale: #888888. Windows color (decimal): -6520700 or 8683676. OLE color: 8683676.

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

Color convert

RGB156128132-
CMYK00.180.150.39
HSL351.43º12.39%55.69%-
HSV(B)351.43º17.95%61.18%-
XYZ25.5924.1725.15-
YUV136.83125.28141.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=37.5%
G=30.77%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612813200.180.150.39351.4312.3955.69
Hex9C8084012F2715fc38
Octal23420020402217475371470
Binary10011100100000001000010001001011111001111010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,132); }

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

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

 a { background-color: rgb(156,128,132); }

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

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

 span { border-color: rgb(156,128,132); }

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