#CBD6C3

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

Shades of Ottoman #CBD6C3

Tints of Ottoman #CBD6C3

Color information

#CBD6C3 (or 0xCBD6C3) is unknown color: approx Ottoman. HEX triplet: CB, D6 and C3. RGB value is (203,214,195). Sum of RGB (Red+Green+Blue) = 203+214+195=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6C3 is #34293C. Grayscale: #D0D0D0. Windows color (decimal): -3418429 or 12834507. OLE color: 12834507.

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

Color convert

RGB203214195-
CMYK0.0500.090.16
HSL94.74º18.81%80.2%-
HSV(B)94.74º8.88%83.92%-
XYZ58.5364.7361.04-
YUV208.54120.36124.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=33.17%
G=34.97%
B=31.86%

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
Decimal2032141950.0500.090.1694.7418.8180.2
HexCBD6C3509105f1350
Octal31332630350112013723120
Binary11001011110101101100001110101001100001011111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6C3; }

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

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

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

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

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

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

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

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