#CBDCB5

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

Shades of Ottoman #CBDCB5

Tints of Ottoman #CBDCB5

Color information

#CBDCB5 (or 0xCBDCB5) is unknown color: approx Ottoman. HEX triplet: CB, DC and B5. RGB value is (203,220,181). Sum of RGB (Red+Green+Blue) = 203+220+181=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCB5 is #34234A. Grayscale: #D2D2D2. Windows color (decimal): -3416907 or 11918539. OLE color: 11918539.

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

Color convert

RGB203220181-
CMYK0.0800.180.14
HSL86.15º35.78%78.63%-
HSV(B)86.15º17.73%86.27%-
XYZ58.5667.2253.6-
YUV210.47111.37122.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=33.61%
G=36.42%
B=29.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201810.0800.180.1486.1535.7878.63
HexCBDCB58012E56244f
Octal313334265100221612644117
Binary1100101111011100101101011000010010111010101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCB5; }

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

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

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

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

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

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

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

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