#C0B689

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

Shades of Coriander #C0B689

Tints of Coriander #C0B689

Color information

#C0B689 (or 0xC0B689) is unknown color: approx Coriander. HEX triplet: C0, B6 and 89. RGB value is (192,182,137). Sum of RGB (Red+Green+Blue) = 192+182+137=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B689 is #3F4976. Grayscale: #B4B4B4. Windows color (decimal): -4147575 or 9025216. OLE color: 9025216.

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

Color convert

RGB192182137-
CMYK00.050.290.25
HSL49.09º30.39%64.51%-
HSV(B)49.09º28.65%75.29%-
XYZ42.9846.4730.37-
YUV179.86103.81136.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=37.57%
G=35.62%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218213700.050.290.2549.0930.3964.51
HexC0B689051D19311e41
Octal3002662110535316136101
Binary11000000101101101000100101011110111001110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B689; }

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

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

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

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

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

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

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

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