#C1BC8A

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

Shades of Coriander #C1BC8A

Tints of Coriander #C1BC8A

Color information

#C1BC8A (or 0xC1BC8A) is unknown color: approx Coriander. HEX triplet: C1, BC and 8A. RGB value is (193,188,138). Sum of RGB (Red+Green+Blue) = 193+188+138=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC8A is #3E4375. Grayscale: #B8B8B8. Windows color (decimal): -4080502 or 9092289. OLE color: 9092289.

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

Color convert

RGB193188138-
CMYK00.030.280.24
HSL54.55º30.73%64.9%-
HSV(B)54.55º28.5%75.69%-
XYZ44.5649.1431.18-
YUV183.8102.16134.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=37.19%
G=36.22%
B=26.59%

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
Decimal19318813800.030.280.2454.5530.7364.9
HexC1BC8A031C18371f41
Octal3012742120334306737101
Binary1100000110111100100010100111110011000110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC8A; }

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

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

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

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

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

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

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

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