#C9D8BC

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

Shades of Ottoman #C9D8BC

Tints of Ottoman #C9D8BC

Color information

#C9D8BC (or 0xC9D8BC) is unknown color: approx Ottoman. HEX triplet: C9, D8 and BC. RGB value is (201,216,188). Sum of RGB (Red+Green+Blue) = 201+216+188=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8BC is #362743. Grayscale: #D0D0D0. Windows color (decimal): -3548996 or 12376265. OLE color: 12376265.

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

Color convert

RGB201216188-
CMYK0.0700.130.15
HSL92.14º26.42%79.22%-
HSV(B)92.14º12.96%84.71%-
XYZ57.7265.1657.11-
YUV208.32116.53122.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=33.22%
G=35.70%
B=31.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012161880.0700.130.1592.1426.4279.22
HexC9D8BC70DF5c1a4f
Octal31133027470151713432117
Binary1100100111011000101111001110110111111011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D8BC; }

 p { color: rgb(201,216,188); }

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

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

 a { background-color: rgb(201,216,188); }

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

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

 span { border-color: rgb(201,216,188); }

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