#C1B98A

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

Shades of Coriander #C1B98A

Tints of Coriander #C1B98A

Color information

#C1B98A (or 0xC1B98A) is unknown color: approx Coriander. HEX triplet: C1, B9 and 8A. RGB value is (193,185,138). Sum of RGB (Red+Green+Blue) = 193+185+138=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B98A is #3E4675. Grayscale: #B6B6B6. Windows color (decimal): -4081270 or 9091521. OLE color: 9091521.

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

Color convert

RGB193185138-
CMYK00.040.280.24
HSL51.27º30.73%64.9%-
HSV(B)51.27º28.5%75.69%-
XYZ43.9347.8730.97-
YUV182.03103.15135.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=37.40%
G=35.85%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318513800.040.280.2451.2730.7364.9
HexC1B98A041C18331f41
Octal3012712120434306337101
Binary11000001101110011000101001001110011000110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B98A; }

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

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

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

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

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

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

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

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