#C0BA8C

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

Shades of Coriander #C0BA8C

Tints of Coriander #C0BA8C

Color information

#C0BA8C (or 0xC0BA8C) is unknown color: approx Coriander. HEX triplet: C0, BA and 8C. RGB value is (192,186,140). Sum of RGB (Red+Green+Blue) = 192+186+140=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA8C is #3F4573. Grayscale: #B6B6B6. Windows color (decimal): -4146548 or 9222848. OLE color: 9222848.

HSL color Cylindrical-coordinate representation of color #C0BA8C: hue angle of 53.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0BA8C is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192186140-
CMYK00.030.270.25
HSL53.08º29.21%65.1%-
HSV(B)53.08º27.08%75.29%-
XYZ44.0348.2231.8-
YUV182.55103.99134.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=37.07%
G=35.91%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218614000.030.270.2553.0829.2165.1
HexC0BA8C031B19351d41
Octal3002722140333316535101
Binary1100000010111010100011000111101111001110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA8C; }

 p { color: rgb(192,186,140); }

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

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

 a { background-color: rgb(192,186,140); }

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

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

 span { border-color: rgb(192,186,140); }

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