#C6BF92

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

Shades of Coriander #C6BF92

Tints of Coriander #C6BF92

Color information

#C6BF92 (or 0xC6BF92) is unknown color: approx Coriander. HEX triplet: C6, BF and 92. RGB value is (198,191,146). Sum of RGB (Red+Green+Blue) = 198+191+146=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF92 is #39406D. Grayscale: #BCBCBC. Windows color (decimal): -3752046 or 9617350. OLE color: 9617350.

HSL color Cylindrical-coordinate representation of color #C6BF92: hue angle of 51.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BF92 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB198191146-
CMYK00.040.260.22
HSL51.92º31.33%67.45%-
HSV(B)51.92º26.26%77.65%-
XYZ47.1151.3434.62-
YUV187.96104.32135.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=37.01%
G=35.70%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819114600.040.260.2251.9231.3367.45
HexC6BF92041A16341f43
Octal3062772220432266437103
Binary11000110101111111001001001001101010110110100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF92; }

 p { color: rgb(198,191,146); }

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

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

 a { background-color: rgb(198,191,146); }

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

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

 span { border-color: rgb(198,191,146); }

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