#C6BC93

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

Shades of Coriander #C6BC93

Tints of Coriander #C6BC93

Color information

#C6BC93 (or 0xC6BC93) is unknown color: approx Coriander. HEX triplet: C6, BC and 93. RGB value is (198,188,147). Sum of RGB (Red+Green+Blue) = 198+188+147=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BC93 is #39436C. Grayscale: #BABABA. Windows color (decimal): -3752813 or 9682118. OLE color: 9682118.

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

Color convert

RGB198188147-
CMYK00.050.260.22
HSL48.24º30.91%67.65%-
HSV(B)48.24º25.76%77.65%-
XYZ46.5450.0834.82-
YUV186.32105.81136.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=37.15%
G=35.27%
B=27.58%

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
Decimal19818814700.050.260.2248.2430.9167.65
HexC6BC93051A16301f44
Octal3062742230532266037104
Binary11000110101111001001001101011101010110110000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC93; }

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

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

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

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

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

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

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

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