#C9D5BC

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

Shades of Ottoman #C9D5BC

Tints of Ottoman #C9D5BC

Color information

#C9D5BC (or 0xC9D5BC) is unknown color: approx Ottoman. HEX triplet: C9, D5 and BC. RGB value is (201,213,188). Sum of RGB (Red+Green+Blue) = 201+213+188=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5BC is #362A43. Grayscale: #CECECE. Windows color (decimal): -3549764 or 12375497. OLE color: 12375497.

HSL color Cylindrical-coordinate representation of color #C9D5BC: hue angle of 88.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9D5BC is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB201213188-
CMYK0.0600.120.16
HSL88.8º22.94%78.63%-
HSV(B)88.8º11.74%83.53%-
XYZ56.9663.6456.86-
YUV206.56117.52124.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=33.39%
G=35.38%
B=31.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012131880.0600.120.1688.822.9478.63
HexC9D5BC60C1059174f
Octal31132527460142013127117
Binary11001001110101011011110011001100100001011001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5BC; }

 p { color: rgb(201,213,188); }

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

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

 a { background-color: rgb(201,213,188); }

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

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

 span { border-color: rgb(201,213,188); }

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