#C6BD92

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

Shades of Coriander #C6BD92

Tints of Coriander #C6BD92

Color information

#C6BD92 (or 0xC6BD92) is unknown color: approx Coriander. HEX triplet: C6, BD and 92. RGB value is (198,189,146). Sum of RGB (Red+Green+Blue) = 198+189+146=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD92 is #39426D. Grayscale: #BABABA. Windows color (decimal): -3752558 or 9616838. OLE color: 9616838.

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

Color convert

RGB198189146-
CMYK00.050.260.22
HSL49.62º31.33%67.45%-
HSV(B)49.62º26.26%77.65%-
XYZ46.6750.4834.48-
YUV186.79104.98136-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=37.15%
G=35.46%
B=27.39%

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
Decimal19818914600.050.260.2249.6231.3367.45
HexC6BD92051A16321f43
Octal3062752220532266237103
Binary11000110101111011001001001011101010110110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD92; }

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

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

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

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

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

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

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

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