#C0B889

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

Shades of Coriander #C0B889

Tints of Coriander #C0B889

Color information

#C0B889 (or 0xC0B889) is unknown color: approx Coriander. HEX triplet: C0, B8 and 89. RGB value is (192,184,137). Sum of RGB (Red+Green+Blue) = 192+184+137=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B889 is #3F4776. Grayscale: #B5B5B5. Windows color (decimal): -4147063 or 9025728. OLE color: 9025728.

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

Color convert

RGB192184137-
CMYK00.040.290.25
HSL51.27º30.39%64.51%-
HSV(B)51.27º28.65%75.29%-
XYZ43.3947.2930.51-
YUV181.03103.15135.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=37.43%
G=35.87%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218413700.040.290.2551.2730.3964.51
HexC0B889041D19331e41
Octal3002702110435316336101
Binary11000000101110001000100101001110111001110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B889; }

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

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

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

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

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

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

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

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