#CBD6C1

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

Shades of Ottoman #CBD6C1

Tints of Ottoman #CBD6C1

Color information

#CBD6C1 (or 0xCBD6C1) is unknown color: approx Ottoman. HEX triplet: CB, D6 and C1. RGB value is (203,214,193). Sum of RGB (Red+Green+Blue) = 203+214+193=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6C1 is #34293E. Grayscale: #D0D0D0. Windows color (decimal): -3418431 or 12703435. OLE color: 12703435.

HSL color Cylindrical-coordinate representation of color #CBD6C1: hue angle of 91.43º degrees, saturation: 0.2, 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 #CBD6C1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB203214193-
CMYK0.0500.100.16
HSL91.43º20.39%79.8%-
HSV(B)91.43º9.81%83.92%-
XYZ58.364.6459.86-
YUV208.32119.36124.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=33.28%
G=35.08%
B=31.64%

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
Decimal2032141930.0500.100.1691.4320.3979.8
HexCBD6C150A105b1450
Octal31332630150122013324120
Binary11001011110101101100000110101010100001011011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6C1; }

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

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

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

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

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

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

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

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