#C2B993

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

Shades of Coriander #C2B993

Tints of Coriander #C2B993

Color information

#C2B993 (or 0xC2B993) is unknown color: approx Coriander. HEX triplet: C2, B9 and 93. RGB value is (194,185,147). Sum of RGB (Red+Green+Blue) = 194+185+147=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B993 is #3D466C. Grayscale: #B7B7B7. Windows color (decimal): -4015725 or 9681346. OLE color: 9681346.

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

Color convert

RGB194185147-
CMYK00.050.240.24
HSL48.51º27.81%66.86%-
HSV(B)48.51º24.23%76.08%-
XYZ44.8648.2734.56-
YUV183.36107.48135.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=36.88%
G=35.17%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418514700.050.240.2448.5127.8166.86
HexC2B993051818311c43
Octal3022712230530306134103
Binary11000010101110011001001101011100011000110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B993; }

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

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

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

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

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

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

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

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