#9D6264

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

Shades of Turkish Rose #9D6264

Tints of Turkish Rose #9D6264

Color information

#9D6264 (or 0x9D6264) is unknown color: approx Turkish Rose. HEX triplet: 9D, 62 and 64. RGB value is (157,98,100). Sum of RGB (Red+Green+Blue) = 157+98+100=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6264 is #629D9B. Grayscale: #737373. Windows color (decimal): -6462876 or 6578845. OLE color: 6578845.

HSL color Cylindrical-coordinate representation of color #9D6264: hue angle of 357.97º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6264 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15798100-
CMYK00.380.360.38
HSL357.97º23.14%50%-
HSV(B)357.97º37.58%61.57%-
XYZ20.5716.8214.22-
YUV115.87119.05157.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=44.23%
G=27.61%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579810000.380.360.38357.9723.1450
Hex9D626402624261661732
Octal23514214404644465462762
Binary1001110111000101100100010011010010010011010110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,100); }

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

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

 a { background-color: rgb(157,98,100); }

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

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

 span { border-color: rgb(157,98,100); }

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