#C9D1C0

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

Shades of Ottoman #C9D1C0

Tints of Ottoman #C9D1C0

Color information

#C9D1C0 (or 0xC9D1C0) is unknown color: approx Ottoman. HEX triplet: C9, D1 and C0. RGB value is (201,209,192). Sum of RGB (Red+Green+Blue) = 201+209+192=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1C0 is #362E3F. Grayscale: #CCCCCC. Windows color (decimal): -3550784 or 12636617. OLE color: 12636617.

HSL color Cylindrical-coordinate representation of color #C9D1C0: hue angle of 88.24º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9D1C0 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB201209192-
CMYK0.0400.080.18
HSL88.24º15.6%78.63%-
HSV(B)88.24º8.13%81.96%-
XYZ56.461.8258.83-
YUV204.67120.85125.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=33.39%
G=34.72%
B=31.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012091920.0400.080.1888.2415.678.63
HexC9D1C04081258104f
Octal31132130040102213020117
Binary11001001110100011100000010001000100101011000100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D1C0; }

 p { color: rgb(201,209,192); }

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

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

 a { background-color: rgb(201,209,192); }

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

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

 span { border-color: rgb(201,209,192); }

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