#C0B687

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

Shades of Coriander #C0B687

Tints of Coriander #C0B687

Color information

#C0B687 (or 0xC0B687) is unknown color: approx Coriander. HEX triplet: C0, B6 and 87. RGB value is (192,182,135). Sum of RGB (Red+Green+Blue) = 192+182+135=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B687 is #3F4978. Grayscale: #B3B3B3. Windows color (decimal): -4147577 or 8894144. OLE color: 8894144.

HSL color Cylindrical-coordinate representation of color #C0B687: hue angle of 49.47º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B687 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192182135-
CMYK00.050.300.25
HSL49.47º31.15%64.12%-
HSV(B)49.47º29.69%75.29%-
XYZ42.8446.4129.62-
YUV179.63102.81136.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=37.72%
G=35.76%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218213500.050.300.2549.4731.1564.12
HexC0B687051E19311f40
Octal3002662070536316137100
Binary11000000101101101000011101011111011001110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B687; }

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

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

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

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

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

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

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

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