#C6BC92

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

Shades of Coriander #C6BC92

Tints of Coriander #C6BC92

Color information

#C6BC92 (or 0xC6BC92) is unknown color: approx Coriander. HEX triplet: C6, BC and 92. RGB value is (198,188,146). Sum of RGB (Red+Green+Blue) = 198+188+146=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BC92 is #39436D. Grayscale: #BABABA. Windows color (decimal): -3752814 or 9616582. OLE color: 9616582.

HSL color Cylindrical-coordinate representation of color #C6BC92: hue angle of 48.46º 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 #C6BC92 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB198188146-
CMYK00.050.260.22
HSL48.46º31.33%67.45%-
HSV(B)48.46º26.26%77.65%-
XYZ46.4650.0534.41-
YUV186.2105.31136.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=37.22%
G=35.34%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818814600.050.260.2248.4631.3367.45
HexC6BC92051A16301f43
Octal3062742220532266037103
Binary11000110101111001001001001011101010110110000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC92; }

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

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

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

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

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

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

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

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