#9C8184

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

Shades of Turkish Rose #9C8184

Tints of Turkish Rose #9C8184

Color information

#9C8184 (or 0x9C8184) is unknown color: approx Turkish Rose. HEX triplet: 9C, 81 and 84. RGB value is (156,129,132). Sum of RGB (Red+Green+Blue) = 156+129+132=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8184 is #637E7B. Grayscale: #898989. Windows color (decimal): -6520444 or 8683932. OLE color: 8683932.

HSL color Cylindrical-coordinate representation of color #9C8184: hue angle of 353.33º 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 #9C8184 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB156129132-
CMYK00.170.150.39
HSL353.33º12%55.88%-
HSV(B)353.33º17.31%61.18%-
XYZ25.7324.4325.19-
YUV137.42124.95141.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=37.41%
G=30.94%
B=31.65%

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
Decimal15612913200.170.150.39353.331255.88
Hex9C8184011F27161c38
Octal23420120402117475411470
Binary10011100100000011000010001000111111001111011000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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