#C7D4BA

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

Shades of Ottoman #C7D4BA

Tints of Ottoman #C7D4BA

Color information

#C7D4BA (or 0xC7D4BA) is unknown color: approx Ottoman. HEX triplet: C7, D4 and BA. RGB value is (199,212,186). Sum of RGB (Red+Green+Blue) = 199+212+186=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4BA is #382B45. Grayscale: #CDCDCD. Windows color (decimal): -3681094 or 12244167. OLE color: 12244167.

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

Color convert

RGB199212186-
CMYK0.0600.120.17
HSL90º23.21%78.04%-
HSV(B)90º12.26%83.14%-
XYZ55.9662.7755.62-
YUV205.15117.19123.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=33.33%
G=35.51%
B=31.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992121860.0600.120.179023.2178.04
HexC7D4BA60C115a174e
Octal30732427260142113227116
Binary11000111110101001011101011001100100011011010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D4BA; }

 p { color: rgb(199,212,186); }

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

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

 a { background-color: rgb(199,212,186); }

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

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

 span { border-color: rgb(199,212,186); }

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