#C5BD95

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

Shades of Coriander #C5BD95

Tints of Coriander #C5BD95

Color information

#C5BD95 (or 0xC5BD95) is unknown color: approx Coriander. HEX triplet: C5, BD and 95. RGB value is (197,189,149). Sum of RGB (Red+Green+Blue) = 197+189+149=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD95 is #3A426A. Grayscale: #BBBBBB. Windows color (decimal): -3818091 or 9813445. OLE color: 9813445.

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

Color convert

RGB197189149-
CMYK00.040.240.23
HSL50º29.27%67.84%-
HSV(B)50º24.37%77.25%-
XYZ46.6550.4435.71-
YUV186.83106.65135.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=36.82%
G=35.33%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718914900.040.240.235029.2767.84
HexC5BD95041817321d44
Octal3052752250430276235104
Binary11000101101111011001010101001100010111110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD95; }

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

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

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

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

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

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

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

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