#C3BA8A

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

Shades of Coriander #C3BA8A

Tints of Coriander #C3BA8A

Color information

#C3BA8A (or 0xC3BA8A) is unknown color: approx Coriander. HEX triplet: C3, BA and 8A. RGB value is (195,186,138). Sum of RGB (Red+Green+Blue) = 195+186+138=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA8A is #3C4575. Grayscale: #B7B7B7. Windows color (decimal): -3949942 or 9091779. OLE color: 9091779.

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

Color convert

RGB195186138-
CMYK00.050.290.24
HSL50.53º32.2%65.29%-
HSV(B)50.53º29.23%76.47%-
XYZ44.6548.5531.06-
YUV183.22102.48136.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=37.57%
G=35.84%
B=26.59%

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
Decimal19518613800.050.290.2450.5332.265.29
HexC3BA8A051D18332041
Octal3032722120535306340101
Binary110000111011101010001010010111101110001100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA8A; }

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

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

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

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

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

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

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

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