#C9D7BA

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

Shades of Ottoman #C9D7BA

Tints of Ottoman #C9D7BA

Color information

#C9D7BA (or 0xC9D7BA) is unknown color: approx Ottoman. HEX triplet: C9, D7 and BA. RGB value is (201,215,186). Sum of RGB (Red+Green+Blue) = 201+215+186=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7BA is #362845. Grayscale: #CFCFCF. Windows color (decimal): -3549254 or 12244937. OLE color: 12244937.

HSL color Cylindrical-coordinate representation of color #C9D7BA: hue angle of 88.97º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9D7BA is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB201215186-
CMYK0.0700.130.16
HSL88.97º26.61%78.63%-
HSV(B)88.97º13.49%84.31%-
XYZ57.2564.5655.9-
YUV207.51115.86123.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=33.39%
G=35.71%
B=30.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012151860.0700.130.1688.9726.6178.63
HexC9D7BA70D10591b4f
Octal31132727270152013133117
Binary11001001110101111011101011101101100001011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D7BA; }

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

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

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

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

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

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

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

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