#C5BE92

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

Shades of Coriander #C5BE92

Tints of Coriander #C5BE92

Color information

#C5BE92 (or 0xC5BE92) is unknown color: approx Coriander. HEX triplet: C5, BE and 92. RGB value is (197,190,146). Sum of RGB (Red+Green+Blue) = 197+190+146=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BE92 is #3A416D. Grayscale: #BBBBBB. Windows color (decimal): -3817838 or 9617093. OLE color: 9617093.

HSL color Cylindrical-coordinate representation of color #C5BE92: hue angle of 51.76º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BE92 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB197190146-
CMYK00.040.260.23
HSL51.76º30.54%67.25%-
HSV(B)51.76º25.89%77.25%-
XYZ46.6350.7734.54-
YUV187.08104.82135.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=36.96%
G=35.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719014600.040.260.2351.7630.5467.25
HexC5BE92041A17341f43
Octal3052762220432276437103
Binary11000101101111101001001001001101010111110100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE92; }

 p { color: rgb(197,190,146); }

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

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

 a { background-color: rgb(197,190,146); }

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

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

 span { border-color: rgb(197,190,146); }

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