#C9D5BE

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

Shades of Ottoman #C9D5BE

Tints of Ottoman #C9D5BE

Color information

#C9D5BE (or 0xC9D5BE) is unknown color: approx Ottoman. HEX triplet: C9, D5 and BE. RGB value is (201,213,190). Sum of RGB (Red+Green+Blue) = 201+213+190=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5BE is #362A41. Grayscale: #CECECE. Windows color (decimal): -3549762 or 12506569. OLE color: 12506569.

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

Color convert

RGB201213190-
CMYK0.0600.110.16
HSL91.3º21.5%79.02%-
HSV(B)91.3º10.8%83.53%-
XYZ57.1863.7258-
YUV206.79118.52123.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=33.28%
G=35.26%
B=31.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012131900.0600.110.1691.321.579.02
HexC9D5BE60B105b154f
Octal31132527660132013325117
Binary11001001110101011011111011001011100001011011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5BE; }

 p { color: rgb(201,213,190); }

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

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

 a { background-color: rgb(201,213,190); }

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

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

 span { border-color: rgb(201,213,190); }

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