#C3BA95

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

Shades of Coriander #C3BA95

Tints of Coriander #C3BA95

Color information

#C3BA95 (or 0xC3BA95) is unknown color: approx Coriander. HEX triplet: C3, BA and 95. RGB value is (195,186,149). Sum of RGB (Red+Green+Blue) = 195+186+149=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA95 is #3C456A. Grayscale: #B8B8B8. Windows color (decimal): -3949931 or 9812675. OLE color: 9812675.

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

Color convert

RGB195186149-
CMYK00.050.240.24
HSL48.26º27.71%67.45%-
HSV(B)48.26º23.59%76.47%-
XYZ45.4948.8935.47-
YUV184.47107.98135.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=36.79%
G=35.09%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518614900.050.240.2448.2627.7167.45
HexC3BA95051818301c43
Octal3032722250530306034103
Binary11000011101110101001010101011100011000110000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA95; }

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

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

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

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

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

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

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

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