#C1BF8E

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

Shades of Coriander #C1BF8E

Tints of Coriander #C1BF8E

Color information

#C1BF8E (or 0xC1BF8E) is unknown color: approx Coriander. HEX triplet: C1, BF and 8E. RGB value is (193,191,142). Sum of RGB (Red+Green+Blue) = 193+191+142=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BF8E is #3E4071. Grayscale: #BABABA. Windows color (decimal): -4079730 or 9355201. OLE color: 9355201.

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

Color convert

RGB193191142-
CMYK00.010.260.24
HSL57.65º29.14%65.69%-
HSV(B)57.65º26.42%75.69%-
XYZ45.5150.5532.95-
YUV186.01103.16132.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=36.69%
G=36.31%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319114200.010.260.2457.6529.1465.69
HexC1BF8E011A183a1d42
Octal3012772160132307235102
Binary110000011011111110001110011101011000111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF8E; }

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

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

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

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

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

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

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

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