#CBDAB7

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

Shades of Ottoman #CBDAB7

Tints of Ottoman #CBDAB7

Color information

#CBDAB7 (or 0xCBDAB7) is unknown color: approx Ottoman. HEX triplet: CB, DA and B7. RGB value is (203,218,183). Sum of RGB (Red+Green+Blue) = 203+218+183=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAB7 is #342548. Grayscale: #D1D1D1. Windows color (decimal): -3417417 or 12049099. OLE color: 12049099.

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

Color convert

RGB203218183-
CMYK0.0700.160.15
HSL85.71º32.11%78.63%-
HSV(B)85.71º16.06%85.49%-
XYZ58.2566.2654.52-
YUV209.52113.03123.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=33.61%
G=36.09%
B=30.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181830.0700.160.1585.7132.1178.63
HexCBDAB77010F56204f
Octal31333226770201712640117
Binary110010111101101010110111111010000111110101101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAB7; }

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

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

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

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

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

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

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

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