#C2BC8A

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

Shades of Coriander #C2BC8A

Tints of Coriander #C2BC8A

Color information

#C2BC8A (or 0xC2BC8A) is unknown color: approx Coriander. HEX triplet: C2, BC and 8A. RGB value is (194,188,138). Sum of RGB (Red+Green+Blue) = 194+188+138=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC8A is #3D4375. Grayscale: #B8B8B8. Windows color (decimal): -4014966 or 9092290. OLE color: 9092290.

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

Color convert

RGB194188138-
CMYK00.030.290.24
HSL53.57º31.46%65.1%-
HSV(B)53.57º28.87%76.08%-
XYZ44.8249.2731.19-
YUV184.09101.99135.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=37.31%
G=36.15%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418813800.030.290.2453.5731.4665.1
HexC2BC8A031D18361f41
Octal3022742120335306637101
Binary1100001010111100100010100111110111000110110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC8A; }

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

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

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

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

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

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

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

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