#C1BA8A

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

Shades of Coriander #C1BA8A

Tints of Coriander #C1BA8A

Color information

#C1BA8A (or 0xC1BA8A) is unknown color: approx Coriander. HEX triplet: C1, BA and 8A. RGB value is (193,186,138). Sum of RGB (Red+Green+Blue) = 193+186+138=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA8A is #3E4575. Grayscale: #B6B6B6. Windows color (decimal): -4081014 or 9091777. OLE color: 9091777.

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

Color convert

RGB193186138-
CMYK00.040.280.24
HSL52.36º30.73%64.9%-
HSV(B)52.36º28.5%75.69%-
XYZ44.1448.2931.04-
YUV182.62102.82135.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=37.33%
G=35.98%
B=26.69%

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
Decimal19318613800.040.280.2452.3630.7364.9
HexC1BA8A041C18341f41
Octal3012722120434306437101
Binary11000001101110101000101001001110011000110100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA8A; }

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

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

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

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

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

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

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

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