Html Css Color HEX #9C8384 Turkish Rose

📋 copy color: '#9C8384'

red 156 ◦ green 131 ◦ blue 132

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

Shades of Turkish Rose #9C8384

Tints of Turkish Rose #9C8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.26%

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 37.23%
G = 31.26%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C8384 (or 0x9C8384) is known color: Turkish Rose. HEX triplet: 9C, 83 and 84. RGB value is (156,131,132). Sum of RGB (Red+Green+Blue) = 156+131+132=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8384 is #637C7B. Grayscale: #8A8A8A. Windows color (decimal): -6519932 or 8684444. OLE color: 8684444.

HSL color Cylindrical-coordinate representation of color #9C8384: hue angle of 357.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C8384 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 132 -
CMYK 0 0.16 0.15 0.39
HSL 357.6º 0.11% 0.56% -
HSV(B) 357.6º 0.16% 0.61% -
XYZ 25.99 24.97 25.28 -
YUV 138.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 156 131 132 0 0.16 0.15 0.39 357.6 0.11 0.56
Hex 9C 83 84 0 10 F 27 166 B 38
Octal 234 203 204 0 20 17 47 546 13 70
Binary 10011100 10000011 10000100 0 10000 1111 100111 101100110 1011 111000

Color Harmonies of #9C8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8384

Black with #9C8384

Text Example


Text Example

White with #9C8384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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