#C3BA8B

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

Shades of Coriander #C3BA8B

Tints of Coriander #C3BA8B

Color information

#C3BA8B (or 0xC3BA8B) is unknown color: approx Coriander. HEX triplet: C3, BA and 8B. RGB value is (195,186,139). Sum of RGB (Red+Green+Blue) = 195+186+139=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA8B is #3C4574. Grayscale: #B7B7B7. Windows color (decimal): -3949941 or 9157315. OLE color: 9157315.

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

Color convert

RGB195186139-
CMYK00.050.290.24
HSL50.36º31.82%65.49%-
HSV(B)50.36º28.72%76.47%-
XYZ44.7248.5831.45-
YUV183.33102.98136.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=37.5%
G=35.77%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518613900.050.290.2450.3631.8265.49
HexC3BA8B051D18322041
Octal3032722130535306240101
Binary110000111011101010001011010111101110001100101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA8B; }

 p { color: rgb(195,186,139); }

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

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

 a { background-color: rgb(195,186,139); }

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

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

 span { border-color: rgb(195,186,139); }

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