#C2BD93

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

Shades of Coriander #C2BD93

Tints of Coriander #C2BD93

Color information

#C2BD93 (or 0xC2BD93) is unknown color: approx Coriander. HEX triplet: C2, BD and 93. RGB value is (194,189,147). Sum of RGB (Red+Green+Blue) = 194+189+147=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD93 is #3D426C. Grayscale: #B9B9B9. Windows color (decimal): -4014701 or 9682370. OLE color: 9682370.

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

Color convert

RGB194189147-
CMYK00.030.240.24
HSL53.62º27.81%66.86%-
HSV(B)53.62º24.23%76.08%-
XYZ45.7149.9734.84-
YUV185.71106.16133.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=36.60%
G=35.66%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418914700.030.240.2453.6227.8166.86
HexC2BD93031818361c43
Octal3022752230330306634103
Binary1100001010111101100100110111100011000110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD93; }

 p { color: rgb(194,189,147); }

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

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

 a { background-color: rgb(194,189,147); }

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

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

 span { border-color: rgb(194,189,147); }

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