#C5BD92

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

Shades of Coriander #C5BD92

Tints of Coriander #C5BD92

Color information

#C5BD92 (or 0xC5BD92) is unknown color: approx Coriander. HEX triplet: C5, BD and 92. RGB value is (197,189,146). Sum of RGB (Red+Green+Blue) = 197+189+146=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD92 is #3A426D. Grayscale: #BABABA. Windows color (decimal): -3818094 or 9616837. OLE color: 9616837.

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

Color convert

RGB197189146-
CMYK00.040.260.23
HSL50.59º30.54%67.25%-
HSV(B)50.59º25.89%77.25%-
XYZ46.4150.3434.46-
YUV186.49105.15135.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=37.03%
G=35.53%
B=27.44%

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
Decimal19718914600.040.260.2350.5930.5467.25
HexC5BD92041A17331f43
Octal3052752220432276337103
Binary11000101101111011001001001001101010111110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD92; }

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

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

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

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

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

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

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

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