#C5BD8C

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

Shades of Coriander #C5BD8C

Tints of Coriander #C5BD8C

Color information

#C5BD8C (or 0xC5BD8C) is unknown color: approx Coriander. HEX triplet: C5, BD and 8C. RGB value is (197,189,140). Sum of RGB (Red+Green+Blue) = 197+189+140=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD8C is #3A4273. Grayscale: #BABABA. Windows color (decimal): -3818100 or 9223621. OLE color: 9223621.

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

Color convert

RGB197189140-
CMYK00.040.290.23
HSL51.58º32.95%66.08%-
HSV(B)51.58º28.93%77.25%-
XYZ45.9650.1632.07-
YUV185.81102.15135.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=37.45%
G=35.93%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718914000.040.290.2351.5832.9566.08
HexC5BD8C041D17342142
Octal3052752140435276441102
Binary110001011011110110001100010011101101111101001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD8C; }

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

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

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

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

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

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

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

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