#C9D9B8

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

Shades of Ottoman #C9D9B8

Tints of Ottoman #C9D9B8

Color information

#C9D9B8 (or 0xC9D9B8) is unknown color: approx Ottoman. HEX triplet: C9, D9 and B8. RGB value is (201,217,184). Sum of RGB (Red+Green+Blue) = 201+217+184=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9B8 is #362647. Grayscale: #D0D0D0. Windows color (decimal): -3548744 or 12114377. OLE color: 12114377.

HSL color Cylindrical-coordinate representation of color #C9D9B8: hue angle of 89.09º 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 #C9D9B8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB201217184-
CMYK0.0700.150.15
HSL89.09º30.28%78.63%-
HSV(B)89.09º15.21%85.1%-
XYZ57.5565.554.96-
YUV208.45114.2122.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 217 (85.16% from 255) = 36.05%
BLUE value IS 184 (72.27% from 255) = 30.56%
R=33.39%
G=36.05%
B=30.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012171840.0700.150.1589.0930.2878.63
HexC9D9B870FF591e4f
Octal31133127070171713136117
Binary1100100111011001101110001110111111111011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D9B8; }

 p { color: rgb(201,217,184); }

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

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

 a { background-color: rgb(201,217,184); }

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

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

 span { border-color: rgb(201,217,184); }

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