#C1BC8D

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

Shades of Coriander #C1BC8D

Tints of Coriander #C1BC8D

Color information

#C1BC8D (or 0xC1BC8D) is unknown color: approx Coriander. HEX triplet: C1, BC and 8D. RGB value is (193,188,141). Sum of RGB (Red+Green+Blue) = 193+188+141=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC8D is #3E4372. Grayscale: #B8B8B8. Windows color (decimal): -4080499 or 9288897. OLE color: 9288897.

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

Color convert

RGB193188141-
CMYK00.030.270.24
HSL54.23º29.55%65.49%-
HSV(B)54.23º26.94%75.69%-
XYZ44.7849.2332.34-
YUV184.14103.66134.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=36.97%
G=36.02%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318814100.030.270.2454.2329.5565.49
HexC1BC8D031B18361e41
Octal3012742150333306636101
Binary1100000110111100100011010111101111000110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC8D; }

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

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

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

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

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

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

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

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