#C1BA8D

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

Shades of Coriander #C1BA8D

Tints of Coriander #C1BA8D

Color information

#C1BA8D (or 0xC1BA8D) is unknown color: approx Coriander. HEX triplet: C1, BA and 8D. RGB value is (193,186,141). Sum of RGB (Red+Green+Blue) = 193+186+141=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA8D is #3E4572. Grayscale: #B7B7B7. Windows color (decimal): -4081011 or 9288385. OLE color: 9288385.

HSL color Cylindrical-coordinate representation of color #C1BA8D: hue angle of 51.92º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1BA8D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193186141-
CMYK00.040.270.24
HSL51.92º29.55%65.49%-
HSV(B)51.92º26.94%75.69%-
XYZ44.3648.3832.2-
YUV182.96104.32135.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=37.12%
G=35.77%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318614100.040.270.2451.9229.5565.49
HexC1BA8D041B18341e41
Octal3012722150433306436101
Binary11000001101110101000110101001101111000110100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA8D; }

 p { color: rgb(193,186,141); }

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

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

 a { background-color: rgb(193,186,141); }

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

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

 span { border-color: rgb(193,186,141); }

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