#C5B990

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

Shades of Coriander #C5B990

Tints of Coriander #C5B990

Color information

#C5B990 (or 0xC5B990) is unknown color: approx Coriander. HEX triplet: C5, B9 and 90. RGB value is (197,185,144). Sum of RGB (Red+Green+Blue) = 197+185+144=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B990 is #3A466F. Grayscale: #B8B8B8. Windows color (decimal): -3819120 or 9484741. OLE color: 9484741.

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

Color convert

RGB197185144-
CMYK00.060.270.23
HSL46.42º31.36%66.86%-
HSV(B)46.42º26.9%77.25%-
XYZ45.4148.5833.37-
YUV183.91105.48137.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=37.45%
G=35.17%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718514400.060.270.2346.4231.3666.86
HexC5B990061B172e1f43
Octal3052712200633275637103
Binary11000101101110011001000001101101110111101110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B990; }

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

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

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

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

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

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

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

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