#C7D0BD

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

Shades of Ottoman #C7D0BD

Tints of Ottoman #C7D0BD

Color information

#C7D0BD (or 0xC7D0BD) is unknown color: approx Ottoman. HEX triplet: C7, D0 and BD. RGB value is (199,208,189). Sum of RGB (Red+Green+Blue) = 199+208+189=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BD is #382F42. Grayscale: #CBCBCB. Windows color (decimal): -3682115 or 12439751. OLE color: 12439751.

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

Color convert

RGB199208189-
CMYK0.0400.090.18
HSL88.42º16.81%77.84%-
HSV(B)88.42º9.13%81.57%-
XYZ55.2960.9356.99-
YUV203.14120.02125.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=33.39%
G=34.90%
B=31.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992081890.0400.090.1888.4216.8177.84
HexC7D0BD4091258114e
Octal30732027540112213021116
Binary11000111110100001011110110001001100101011000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D0BD; }

 p { color: rgb(199,208,189); }

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

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

 a { background-color: rgb(199,208,189); }

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

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

 span { border-color: rgb(199,208,189); }

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