#C7CFBE

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

Shades of Ottoman #C7CFBE

Tints of Ottoman #C7CFBE

Color information

#C7CFBE (or 0xC7CFBE) is unknown color: approx Ottoman. HEX triplet: C7, CF and BE. RGB value is (199,207,190). Sum of RGB (Red+Green+Blue) = 199+207+190=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFBE is #383041. Grayscale: #CACACA. Windows color (decimal): -3682370 or 12505031. OLE color: 12505031.

HSL color Cylindrical-coordinate representation of color #C7CFBE: hue angle of 88.24º degrees, saturation: 0.15, 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 #C7CFBE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB199207190-
CMYK0.0400.080.19
HSL88.24º15.04%77.84%-
HSV(B)88.24º8.21%81.18%-
XYZ55.1660.4957.48-
YUV202.67120.85125.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=33.39%
G=34.73%
B=31.88%

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
Decimal1992071900.0400.080.1988.2415.0477.84
HexC7CFBE4081358f4e
Octal30731727640102313017116
Binary1100011111001111101111101000100010011101100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFBE; }

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

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

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

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

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

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

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

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