#C0BA89

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

Shades of Coriander #C0BA89

Tints of Coriander #C0BA89

Color information

#C0BA89 (or 0xC0BA89) is unknown color: approx Coriander. HEX triplet: C0, BA and 89. RGB value is (192,186,137). Sum of RGB (Red+Green+Blue) = 192+186+137=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA89 is #3F4576. Grayscale: #B6B6B6. Windows color (decimal): -4146551 or 9026240. OLE color: 9026240.

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

Color convert

RGB192186137-
CMYK00.030.290.25
HSL53.45º30.39%64.51%-
HSV(B)53.45º28.65%75.29%-
XYZ43.8148.1330.65-
YUV182.21102.49134.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=37.28%
G=36.12%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218613700.030.290.2553.4530.3964.51
HexC0BA89031D19351e41
Octal3002722110335316536101
Binary1100000010111010100010010111110111001110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA89; }

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

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

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

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

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

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

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

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