#C7CFBF

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

Shades of Ottoman #C7CFBF

Tints of Ottoman #C7CFBF

Color information

#C7CFBF (or 0xC7CFBF) is unknown color: approx Ottoman. HEX triplet: C7, CF and BF. RGB value is (199,207,191). Sum of RGB (Red+Green+Blue) = 199+207+191=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFBF is #383040. Grayscale: #CACACA. Windows color (decimal): -3682369 or 12570567. OLE color: 12570567.

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

Color convert

RGB199207191-
CMYK0.0400.080.19
HSL90º14.29%78.04%-
HSV(B)90º7.73%81.18%-
XYZ55.2760.5358.06-
YUV202.78121.35125.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 191 (75% from 255) = 31.99%
R=33.33%
G=34.67%
B=31.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071910.0400.080.199014.2978.04
HexC7CFBF408135ae4e
Octal30731727740102313216116
Binary1100011111001111101111111000100010011101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFBF; }

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

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

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

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

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

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

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

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