#CBD9BC

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

Shades of Ottoman #CBD9BC

Tints of Ottoman #CBD9BC

Color information

#CBD9BC (or 0xCBD9BC) is unknown color: approx Ottoman. HEX triplet: CB, D9 and BC. RGB value is (203,217,188). Sum of RGB (Red+Green+Blue) = 203+217+188=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9BC is #342643. Grayscale: #D1D1D1. Windows color (decimal): -3417668 or 12376523. OLE color: 12376523.

HSL color Cylindrical-coordinate representation of color #CBD9BC: hue angle of 88.97º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBD9BC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB203217188-
CMYK0.0600.130.15
HSL88.97º27.62%79.41%-
HSV(B)88.97º13.36%85.1%-
XYZ58.5265.9557.22-
YUV209.51115.86123.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=33.39%
G=35.69%
B=30.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171880.0600.130.1588.9727.6279.41
HexCBD9BC60DF591c4f
Octal31333127460151713134117
Binary1100101111011001101111001100110111111011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9BC; }

 p { color: rgb(203,217,188); }

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

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

 a { background-color: rgb(203,217,188); }

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

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

 span { border-color: rgb(203,217,188); }

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