#C1BD8E

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

Shades of Coriander #C1BD8E

Tints of Coriander #C1BD8E

Color information

#C1BD8E (or 0xC1BD8E) is unknown color: approx Coriander. HEX triplet: C1, BD and 8E. RGB value is (193,189,142). Sum of RGB (Red+Green+Blue) = 193+189+142=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD8E is #3E4271. Grayscale: #B9B9B9. Windows color (decimal): -4080242 or 9354689. OLE color: 9354689.

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

Color convert

RGB193189142-
CMYK00.020.260.24
HSL55.29º29.14%65.69%-
HSV(B)55.29º26.42%75.69%-
XYZ45.0749.6932.81-
YUV184.84103.83133.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=36.83%
G=36.07%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318914200.020.260.2455.2929.1465.69
HexC1BD8E021A18371d42
Octal3012752160232306735102
Binary1100000110111101100011100101101011000110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD8E; }

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

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

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

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

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

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

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

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