#9C6672

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

Shades of Turkish Rose #9C6672

Tints of Turkish Rose #9C6672

Color information

#9C6672 (or 0x9C6672) is unknown color: approx Turkish Rose. HEX triplet: 9C, 66 and 72. RGB value is (156,102,114). Sum of RGB (Red+Green+Blue) = 156+102+114=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6672 is #63998D. Grayscale: #777777. Windows color (decimal): -6527374 or 7497372. OLE color: 7497372.

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

Color convert

RGB156102114-
CMYK00.350.270.39
HSL346.67º21.43%50.59%-
HSV(B)346.67º34.62%61.18%-
XYZ21.517.7918.22-
YUV119.51124.89154.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=41.94%
G=27.42%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610211400.350.270.39346.6721.4350.59
Hex9C66720231B2715b1533
Octal23414616204333475332563
Binary100111001100110111001001000111101110011110101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,102,114); }

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

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

 a { background-color: rgb(156,102,114); }

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

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

 span { border-color: rgb(156,102,114); }

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