#CBDAB9

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

Shades of Ottoman #CBDAB9

Tints of Ottoman #CBDAB9

Color information

#CBDAB9 (or 0xCBDAB9) is unknown color: approx Ottoman. HEX triplet: CB, DA and B9. RGB value is (203,218,185). Sum of RGB (Red+Green+Blue) = 203+218+185=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAB9 is #342546. Grayscale: #D1D1D1. Windows color (decimal): -3417415 or 12180171. OLE color: 12180171.

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

Color convert

RGB203218185-
CMYK0.0700.150.15
HSL87.27º30.84%79.02%-
HSV(B)87.27º15.14%85.49%-
XYZ58.4666.3455.62-
YUV209.75114.03123.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=33.50%
G=35.97%
B=30.53%

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
Decimal2032181850.0700.150.1587.2730.8479.02
HexCBDAB970FF571f4f
Octal31333227170171712737117
Binary1100101111011010101110011110111111111010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAB9; }

 p { color: rgb(203,218,185); }

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

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

 a { background-color: rgb(203,218,185); }

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

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

 span { border-color: rgb(203,218,185); }

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