#C0BA8F

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

Shades of Coriander #C0BA8F

Tints of Coriander #C0BA8F

Color information

#C0BA8F (or 0xC0BA8F) is unknown color: approx Coriander. HEX triplet: C0, BA and 8F. RGB value is (192,186,143). Sum of RGB (Red+Green+Blue) = 192+186+143=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA8F is #3F4570. Grayscale: #B7B7B7. Windows color (decimal): -4146545 or 9419456. OLE color: 9419456.

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

Color convert

RGB192186143-
CMYK00.030.260.25
HSL52.65º28%65.69%-
HSV(B)52.65º25.52%75.29%-
XYZ44.2648.3132.98-
YUV182.89105.49134.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=36.85%
G=35.70%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218614300.030.260.2552.652865.69
HexC0BA8F031A19351c42
Octal3002722170332316534102
Binary1100000010111010100011110111101011001110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA8F; }

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

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

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

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

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

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

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

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