#CBD6C2

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

Shades of Ottoman #CBD6C2

Tints of Ottoman #CBD6C2

Color information

#CBD6C2 (or 0xCBD6C2) is unknown color: approx Ottoman. HEX triplet: CB, D6 and C2. RGB value is (203,214,194). Sum of RGB (Red+Green+Blue) = 203+214+194=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6C2 is #34293D. Grayscale: #D0D0D0. Windows color (decimal): -3418430 or 12768971. OLE color: 12768971.

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

Color convert

RGB203214194-
CMYK0.0500.090.16
HSL93º19.61%80%-
HSV(B)93º9.35%83.92%-
XYZ58.4164.6860.45-
YUV208.43119.86124.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 194 (76.17% from 255) = 31.75%
R=33.22%
G=35.02%
B=31.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141940.0500.090.169319.6180
HexCBD6C2509105d1450
Octal31332630250112013524120
Binary11001011110101101100001010101001100001011101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6C2; }

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

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

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

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

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

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

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

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