#C2BC8F

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

Shades of Coriander #C2BC8F

Tints of Coriander #C2BC8F

Color information

#C2BC8F (or 0xC2BC8F) is unknown color: approx Coriander. HEX triplet: C2, BC and 8F. RGB value is (194,188,143). Sum of RGB (Red+Green+Blue) = 194+188+143=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC8F is #3D4370. Grayscale: #B8B8B8. Windows color (decimal): -4014961 or 9419970. OLE color: 9419970.

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

Color convert

RGB194188143-
CMYK00.030.260.24
HSL52.94º29.48%66.08%-
HSV(B)52.94º26.29%76.08%-
XYZ45.1949.4233.14-
YUV184.66104.49134.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=36.95%
G=35.81%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418814300.030.260.2452.9429.4866.08
HexC2BC8F031A18351d42
Octal3022742170332306535102
Binary1100001010111100100011110111101011000110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC8F; }

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

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

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

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

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

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

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

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