#C0BA8B

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

Shades of Coriander #C0BA8B

Tints of Coriander #C0BA8B

Color information

#C0BA8B (or 0xC0BA8B) is unknown color: approx Coriander. HEX triplet: C0, BA and 8B. RGB value is (192,186,139). Sum of RGB (Red+Green+Blue) = 192+186+139=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA8B is #3F4574. Grayscale: #B6B6B6. Windows color (decimal): -4146549 or 9157312. OLE color: 9157312.

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

Color convert

RGB192186139-
CMYK00.030.280.25
HSL53.21º29.61%64.9%-
HSV(B)53.21º27.6%75.29%-
XYZ43.9648.1931.41-
YUV182.44103.49134.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=37.14%
G=35.98%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218613900.030.280.2553.2129.6164.9
HexC0BA8B031C19351e41
Octal3002722130334316536101
Binary1100000010111010100010110111110011001110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA8B; }

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

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

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

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

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

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

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

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