#CBDCBA

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

Shades of Ottoman #CBDCBA

Tints of Ottoman #CBDCBA

Color information

#CBDCBA (or 0xCBDCBA) is unknown color: approx Ottoman. HEX triplet: CB, DC and BA. RGB value is (203,220,186). Sum of RGB (Red+Green+Blue) = 203+220+186=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCBA is #342345. Grayscale: #D3D3D3. Windows color (decimal): -3416902 or 12246219. OLE color: 12246219.

HSL color Cylindrical-coordinate representation of color #CBDCBA: hue angle of 90º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDCBA is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB203220186-
CMYK0.0800.150.14
HSL90º32.69%79.61%-
HSV(B)90º15.45%86.27%-
XYZ59.0867.4356.36-
YUV211.04113.87122.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=33.33%
G=36.12%
B=30.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201860.0800.150.149032.6979.61
HexCBDCBA80FE5a2150
Octal313334272100171613241120
Binary110010111101110010111010100001111111010110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCBA; }

 p { color: rgb(203,220,186); }

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

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

 a { background-color: rgb(203,220,186); }

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

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

 span { border-color: rgb(203,220,186); }

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