#C7BC92

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

Shades of Coriander #C7BC92

Tints of Coriander #C7BC92

Color information

#C7BC92 (or 0xC7BC92) is unknown color: approx Coriander. HEX triplet: C7, BC and 92. RGB value is (199,188,146). Sum of RGB (Red+Green+Blue) = 199+188+146=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BC92 is #38436D. Grayscale: #BABABA. Windows color (decimal): -3687278 or 9616583. OLE color: 9616583.

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

Color convert

RGB199188146-
CMYK00.060.270.22
HSL47.55º32.12%67.65%-
HSV(B)47.55º26.63%78.04%-
XYZ46.7250.1834.42-
YUV186.5105.14136.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.34%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=37.34%
G=35.27%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918814600.060.270.2247.5532.1267.65
HexC7BC92061B16302044
Octal3072742220633266040104
Binary110001111011110010010010011011011101101100001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC92; }

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

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

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

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

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

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

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

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