Html Css Color HEX #9C737D Turkish Rose

📋 copy color: '#9C737D'

red 156 ◦ green 115 ◦ blue 125

#9C737D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9C737D

Tints of Turkish Rose #9C737D

RGB

 RED value IS 156 (61.33% from 255) = 39.39%

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 39.39%
G = 29.04%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C737D (or 0x9C737D) is known color: Turkish Rose. HEX triplet: 9C, 73 and 7D. RGB value is (156,115,125). Sum of RGB (Red+Green+Blue) = 156+115+125=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C737D is #638C82. Grayscale: #808080. Windows color (decimal): -6524035 or 8221596. OLE color: 8221596.

HSL color Cylindrical-coordinate representation of color #9C737D: hue angle of 345.37º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C737D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 115 125 -
CMYK 0 0.26 0.20 0.39
HSL 345.37º 0.17% 0.53% -
HSV(B) 345.37º 0.26% 0.61% -
XYZ 23.54 20.81 22.18 -
YUV 128.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 156 115 125 0 0.26 0.20 0.39 345.37 0.17 0.53
Hex 9C 73 7D 0 1A 14 27 159 11 35
Octal 234 163 175 0 32 24 47 531 21 65
Binary 10011100 1110011 1111101 0 11010 10100 100111 101011001 10001 110101

Color Harmonies of #9C737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C737D

Black with #9C737D

Text Example


Text Example

White with #9C737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,115,125); }

 H1.HeaderClassName
 {
   color: #9C737D;
 }
 .AnyTagClassName
 {
   color: #9C737D;
 }
</style>

background-color css

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

 a { background-color: rgb(156,115,125); }

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

border-color css

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

 span { border-color: rgb(156,115,125); }

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