Html Css Color HEX #9C9DA0 Manatee

📋 copy color: '#9C9DA0'

red 156 ◦ green 157 ◦ blue 160

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

Shades of Manatee #9C9DA0

Tints of Manatee #9C9DA0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.19%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 32.98%
G = 33.19%
B = 33.83%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9C9DA0 (or 0x9C9DA0) is known color: Manatee. HEX triplet: 9C, 9D and A0. RGB value is (156,157,160). Sum of RGB (Red+Green+Blue) = 156+157+160=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C9DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9DA0 is #63625F. Grayscale: #9D9D9D. Windows color (decimal): -6513248 or 10526108. OLE color: 10526108.

HSL color Cylindrical-coordinate representation of color #9C9DA0: hue angle of 225º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9C9DA0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 157 160 -
CMYK 0.02 0.02 0 0.37
HSL 225º 0.02% 0.62% -
HSV(B) 225º 0.02% 0.63% -
XYZ 32.11 33.72 38.07 -
YUV 157.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 156 157 160 0.02 0.02 0 0.37 225 0.02 0.62
Hex 9C 9D A0 2 2 0 25 E1 2 3E
Octal 234 235 240 2 2 0 45 341 2 76
Binary 10011100 10011101 10100000 10 10 0 100101 11100001 10 111110

Color Harmonies of #9C9DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9DA0

Black with #9C9DA0

Text Example


Text Example

White with #9C9DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,157,160); }

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

background-color css

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

 a { background-color: rgb(156,157,160); }

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

border-color css

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

 span { border-color: rgb(156,157,160); }

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