#C7D2BC

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

Shades of Ottoman #C7D2BC

Tints of Ottoman #C7D2BC

Color information

#C7D2BC (or 0xC7D2BC) is unknown color: approx Ottoman. HEX triplet: C7, D2 and BC. RGB value is (199,210,188). Sum of RGB (Red+Green+Blue) = 199+210+188=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2BC is #382D43. Grayscale: #CCCCCC. Windows color (decimal): -3681604 or 12374727. OLE color: 12374727.

HSL color Cylindrical-coordinate representation of color #C7D2BC: hue angle of 90º degrees, saturation: 0.2, 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 #C7D2BC is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB199210188-
CMYK0.0500.100.18
HSL90º19.64%78.04%-
HSV(B)90º10.48%82.35%-
XYZ55.6861.8756.58-
YUV204.2118.86124.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=33.33%
G=35.18%
B=31.49%

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
Decimal1992101880.0500.100.189019.6478.04
HexC7D2BC50A125a144e
Octal30732227450122213224116
Binary11000111110100101011110010101010100101011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2BC; }

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

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

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

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

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

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

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

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