#C7D1BC

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

Shades of Ottoman #C7D1BC

Tints of Ottoman #C7D1BC

Color information

#C7D1BC (or 0xC7D1BC) is unknown color: approx Ottoman. HEX triplet: C7, D1 and BC. RGB value is (199,209,188). Sum of RGB (Red+Green+Blue) = 199+209+188=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D1BC is #382E43. Grayscale: #CBCBCB. Windows color (decimal): -3681860 or 12374471. OLE color: 12374471.

HSL color Cylindrical-coordinate representation of color #C7D1BC: hue angle of 88.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D1BC is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB199209188-
CMYK0.0500.100.18
HSL88.57º18.58%77.84%-
HSV(B)88.57º10.05%81.96%-
XYZ55.4361.3756.5-
YUV203.62119.19124.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=33.39%
G=35.07%
B=31.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992091880.0500.100.1888.5718.5877.84
HexC7D1BC50A1259134e
Octal30732127450122213123116
Binary11000111110100011011110010101010100101011001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D1BC; }

 p { color: rgb(199,209,188); }

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

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

 a { background-color: rgb(199,209,188); }

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

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

 span { border-color: rgb(199,209,188); }

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