#CBD6C0

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

Shades of Ottoman #CBD6C0

Tints of Ottoman #CBD6C0

Color information

#CBD6C0 (or 0xCBD6C0) is unknown color: approx Ottoman. HEX triplet: CB, D6 and C0. RGB value is (203,214,192). Sum of RGB (Red+Green+Blue) = 203+214+192=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6C0 is #34293F. Grayscale: #D0D0D0. Windows color (decimal): -3418432 or 12637899. OLE color: 12637899.

HSL color Cylindrical-coordinate representation of color #CBD6C0: hue angle of 90º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD6C0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB203214192-
CMYK0.0500.100.16
HSL90º21.15%79.61%-
HSV(B)90º10.28%83.92%-
XYZ58.1964.659.27-
YUV208.2118.86124.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=33.33%
G=35.14%
B=31.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141920.0500.100.169021.1579.61
HexCBD6C050A105a1550
Octal31332630050122013225120
Binary11001011110101101100000010101010100001011010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6C0; }

 p { color: rgb(203,214,192); }

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

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

 a { background-color: rgb(203,214,192); }

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

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

 span { border-color: rgb(203,214,192); }

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