#C1BA8E

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

Shades of Coriander #C1BA8E

Tints of Coriander #C1BA8E

Color information

#C1BA8E (or 0xC1BA8E) is unknown color: approx Coriander. HEX triplet: C1, BA and 8E. RGB value is (193,186,142). Sum of RGB (Red+Green+Blue) = 193+186+142=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA8E is #3E4571. Grayscale: #B7B7B7. Windows color (decimal): -4081010 or 9353921. OLE color: 9353921.

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

Color convert

RGB193186142-
CMYK00.040.260.24
HSL51.76º29.14%65.69%-
HSV(B)51.76º26.42%75.69%-
XYZ44.4348.4132.59-
YUV183.08104.82135.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=37.04%
G=35.70%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318614200.040.260.2451.7629.1465.69
HexC1BA8E041A18341d42
Octal3012722160432306435102
Binary11000001101110101000111001001101011000110100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA8E; }

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

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

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

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

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

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

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

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