#9C6A78

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

Shades of Turkish Rose #9C6A78

Tints of Turkish Rose #9C6A78

Color information

#9C6A78 (or 0x9C6A78) is unknown color: approx Turkish Rose. HEX triplet: 9C, 6A and 78. RGB value is (156,106,120). Sum of RGB (Red+Green+Blue) = 156+106+120=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A78 is #639587. Grayscale: #7A7A7A. Windows color (decimal): -6526344 or 7891612. OLE color: 7891612.

HSL color Cylindrical-coordinate representation of color #9C6A78: hue angle of 343.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C6A78 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB156106120-
CMYK00.320.230.39
HSL343.2º20.16%51.37%-
HSV(B)343.2º32.05%61.18%-
XYZ22.2518.7320.21-
YUV122.55126.56151.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=40.84%
G=27.75%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610612000.320.230.39343.220.1651.37
Hex9C6A7802017271571433
Octal23415217004027475272463
Binary100111001101010111100001000001011110011110101011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,106,120); }

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

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

 a { background-color: rgb(156,106,120); }

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

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

 span { border-color: rgb(156,106,120); }

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