#C2BC86

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

Shades of Coriander #C2BC86

Tints of Coriander #C2BC86

Color information

#C2BC86 (or 0xC2BC86) is unknown color: approx Coriander. HEX triplet: C2, BC and 86. RGB value is (194,188,134). Sum of RGB (Red+Green+Blue) = 194+188+134=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC86 is #3D4379. Grayscale: #B7B7B7. Windows color (decimal): -4014970 or 8830146. OLE color: 8830146.

HSL color Cylindrical-coordinate representation of color #C2BC86: hue angle of 54º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2BC86 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194188134-
CMYK00.030.310.24
HSL54º32.97%64.31%-
HSV(B)54º30.93%76.08%-
XYZ44.5349.1629.7-
YUV183.6499.99135.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=37.60%
G=36.43%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418813400.030.310.245432.9764.31
HexC2BC86031F18362140
Octal3022742060337306641100
Binary11000010101111001000011001111111110001101101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC86; }

 p { color: rgb(194,188,134); }

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

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

 a { background-color: rgb(194,188,134); }

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

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

 span { border-color: rgb(194,188,134); }

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