#CBCDC9

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

Shades of Ottoman #CBCDC9

Tints of Ottoman #CBCDC9

Color information

#CBCDC9 (or 0xCBCDC9) is unknown color: approx Ottoman. HEX triplet: CB, CD and C9. RGB value is (203,205,201). Sum of RGB (Red+Green+Blue) = 203+205+201=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDC9 is #343236. Grayscale: #CBCBCB. Windows color (decimal): -3420727 or 13225419. OLE color: 13225419.

HSL color Cylindrical-coordinate representation of color #CBCDC9: hue angle of 90º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCDC9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203205201-
CMYK0.0100.020.20
HSL90º3.85%79.61%-
HSV(B)90º1.95%80.39%-
XYZ5760.5863.95-
YUV203.95126.34127.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=33.33%
G=33.66%
B=33.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032052010.0100.020.20903.8579.61
HexCBCDC9102145a450
Octal313315311102241324120
Binary11001011110011011100100110101010010110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDC9; }

 p { color: rgb(203,205,201); }

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

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

 a { background-color: rgb(203,205,201); }

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

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

 span { border-color: rgb(203,205,201); }

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