#C9DABA

Color #C9DABA Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #C9DABA

Tints of Ottoman #C9DABA

Color information

#C9DABA (or 0xC9DABA) is unknown color: approx Ottoman. HEX triplet: C9, DA and BA. RGB value is (201,218,186). Sum of RGB (Red+Green+Blue) = 201+218+186=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DABA is #362545. Grayscale: #D1D1D1. Windows color (decimal): -3548486 or 12245705. OLE color: 12245705.

HSL color Cylindrical-coordinate representation of color #C9DABA: hue angle of 91.87º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DABA is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB201218186-
CMYK0.0800.150.15
HSL91.87º30.19%79.22%-
HSV(B)91.87º14.68%85.49%-
XYZ58.0266.1156.16-
YUV209.27114.87122.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=33.22%
G=36.03%
B=30.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012181860.0800.150.1591.8730.1979.22
HexC9DABA80FF5c1e4f
Octal311332272100171713436117
Binary11001001110110101011101010000111111111011100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DABA; }

 p { color: rgb(201,218,186); }

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

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

 a { background-color: rgb(201,218,186); }

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

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

 span { border-color: rgb(201,218,186); }

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