#C2BE8A

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

Shades of Coriander #C2BE8A

Tints of Coriander #C2BE8A

Color information

#C2BE8A (or 0xC2BE8A) is unknown color: approx Coriander. HEX triplet: C2, BE and 8A. RGB value is (194,190,138). Sum of RGB (Red+Green+Blue) = 194+190+138=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE8A is #3D4175. Grayscale: #B9B9B9. Windows color (decimal): -4014454 or 9092802. OLE color: 9092802.

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

Color convert

RGB194190138-
CMYK00.020.290.24
HSL55.71º31.46%65.1%-
HSV(B)55.71º28.87%76.08%-
XYZ45.2550.1331.34-
YUV185.27101.33134.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=37.16%
G=36.40%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419013800.020.290.2455.7131.4665.1
HexC2BE8A021D18381f41
Octal3022762120235307037101
Binary1100001010111110100010100101110111000111000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE8A; }

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

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

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

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

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

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

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

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