#C7D0BF

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

Shades of Ottoman #C7D0BF

Tints of Ottoman #C7D0BF

Color information

#C7D0BF (or 0xC7D0BF) is unknown color: approx Ottoman. HEX triplet: C7, D0 and BF. RGB value is (199,208,191). Sum of RGB (Red+Green+Blue) = 199+208+191=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BF is #382F40. Grayscale: #CBCBCB. Windows color (decimal): -3682113 or 12570823. OLE color: 12570823.

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

Color convert

RGB199208191-
CMYK0.0400.080.18
HSL91.76º15.32%78.24%-
HSV(B)91.76º8.17%81.57%-
XYZ55.5161.0258.14-
YUV203.37121.02124.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.28%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 191 (75% from 255) = 31.94%
R=33.28%
G=34.78%
B=31.94%

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
Decimal1992081910.0400.080.1891.7615.3278.24
HexC7D0BF408125cf4e
Octal30732027740102213417116
Binary1100011111010000101111111000100010010101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D0BF; }

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

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

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

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

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

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

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

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