#C6BF8E

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

Shades of Coriander #C6BF8E

Tints of Coriander #C6BF8E

Color information

#C6BF8E (or 0xC6BF8E) is unknown color: approx Coriander. HEX triplet: C6, BF and 8E. RGB value is (198,191,142). Sum of RGB (Red+Green+Blue) = 198+191+142=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF8E is #394071. Grayscale: #BBBBBB. Windows color (decimal): -3752050 or 9355206. OLE color: 9355206.

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

Color convert

RGB198191142-
CMYK00.040.280.22
HSL52.5º32.94%66.67%-
HSV(B)52.5º28.28%77.65%-
XYZ46.851.2233.01-
YUV187.51102.32135.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=37.29%
G=35.97%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819114200.040.280.2252.532.9466.67
HexC6BF8E041C16342143
Octal3062772160434266441103
Binary110001101011111110001110010011100101101101001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF8E; }

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

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

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

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

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

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

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

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