#C5B991

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

Shades of Coriander #C5B991

Tints of Coriander #C5B991

Color information

#C5B991 (or 0xC5B991) is unknown color: approx Coriander. HEX triplet: C5, B9 and 91. RGB value is (197,185,145). Sum of RGB (Red+Green+Blue) = 197+185+145=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B991 is #3A466E. Grayscale: #B8B8B8. Windows color (decimal): -3819119 or 9550277. OLE color: 9550277.

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

Color convert

RGB197185145-
CMYK00.060.260.23
HSL46.15º30.95%67.06%-
HSV(B)46.15º26.4%77.25%-
XYZ45.4948.6133.77-
YUV184.03105.98137.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=37.38%
G=35.10%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718514500.060.260.2346.1530.9567.06
HexC5B991061A172e1f43
Octal3052712210632275637103
Binary11000101101110011001000101101101010111101110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B991; }

 p { color: rgb(197,185,145); }

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

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

 a { background-color: rgb(197,185,145); }

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

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

 span { border-color: rgb(197,185,145); }

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