#C9D6BD

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

Shades of Ottoman #C9D6BD

Tints of Ottoman #C9D6BD

Color information

#C9D6BD (or 0xC9D6BD) is unknown color: approx Ottoman. HEX triplet: C9, D6 and BD. RGB value is (201,214,189). Sum of RGB (Red+Green+Blue) = 201+214+189=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6BD is #362942. Grayscale: #CFCFCF. Windows color (decimal): -3549507 or 12441289. OLE color: 12441289.

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

Color convert

RGB201214189-
CMYK0.0600.120.16
HSL91.2º23.36%79.02%-
HSV(B)91.2º11.68%83.92%-
XYZ57.3264.1857.51-
YUV207.26117.69123.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=33.28%
G=35.43%
B=31.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012141890.0600.120.1691.223.3679.02
HexC9D6BD60C105b174f
Octal31132627560142013327117
Binary11001001110101101011110111001100100001011011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D6BD; }

 p { color: rgb(201,214,189); }

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

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

 a { background-color: rgb(201,214,189); }

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

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

 span { border-color: rgb(201,214,189); }

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