#C1BC8B

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

Shades of Coriander #C1BC8B

Tints of Coriander #C1BC8B

Color information

#C1BC8B (or 0xC1BC8B) is unknown color: approx Coriander. HEX triplet: C1, BC and 8B. RGB value is (193,188,139). Sum of RGB (Red+Green+Blue) = 193+188+139=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC8B is #3E4374. Grayscale: #B8B8B8. Windows color (decimal): -4080501 or 9157825. OLE color: 9157825.

HSL color Cylindrical-coordinate representation of color #C1BC8B: hue angle of 54.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1BC8B is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193188139-
CMYK00.030.280.24
HSL54.44º30.34%65.1%-
HSV(B)54.44º27.98%75.69%-
XYZ44.6449.1731.56-
YUV183.91102.66134.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=37.12%
G=36.15%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318813900.030.280.2454.4430.3465.1
HexC1BC8B031C18361e41
Octal3012742130334306636101
Binary1100000110111100100010110111110011000110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC8B; }

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

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

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

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

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

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

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

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