#C1BC8F

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

Shades of Coriander #C1BC8F

Tints of Coriander #C1BC8F

Color information

#C1BC8F (or 0xC1BC8F) is unknown color: approx Coriander. HEX triplet: C1, BC and 8F. RGB value is (193,188,143). Sum of RGB (Red+Green+Blue) = 193+188+143=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC8F is #3E4370. Grayscale: #B8B8B8. Windows color (decimal): -4080497 or 9419969. OLE color: 9419969.

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

Color convert

RGB193188143-
CMYK00.030.260.24
HSL54º28.74%65.88%-
HSV(B)54º25.91%75.69%-
XYZ44.9349.2933.13-
YUV184.36104.66134.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=36.83%
G=35.88%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318814300.030.260.245428.7465.88
HexC1BC8F031A18361d42
Octal3012742170332306635102
Binary1100000110111100100011110111101011000110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC8F; }

 p { color: rgb(193,188,143); }

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

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

 a { background-color: rgb(193,188,143); }

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

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

 span { border-color: rgb(193,188,143); }

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