#C2BF8F

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

Shades of Coriander #C2BF8F

Tints of Coriander #C2BF8F

Color information

#C2BF8F (or 0xC2BF8F) is unknown color: approx Coriander. HEX triplet: C2, BF and 8F. RGB value is (194,191,143). Sum of RGB (Red+Green+Blue) = 194+191+143=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF8F is #3D4070. Grayscale: #BABABA. Windows color (decimal): -4014193 or 9420738. OLE color: 9420738.

HSL color Cylindrical-coordinate representation of color #C2BF8F: hue angle of 56.47º 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 #C2BF8F is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194191143-
CMYK00.020.260.24
HSL56.47º29.48%66.08%-
HSV(B)56.47º26.29%76.08%-
XYZ45.8450.7133.36-
YUV186.42103.49133.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=36.74%
G=36.17%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419114300.020.260.2456.4729.4866.08
HexC2BF8F021A18381d42
Octal3022772170232307035102
Binary1100001010111111100011110101101011000111000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF8F; }

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

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

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

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

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

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

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

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