#C2BB91

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

Shades of Coriander #C2BB91

Tints of Coriander #C2BB91

Color information

#C2BB91 (or 0xC2BB91) is unknown color: approx Coriander. HEX triplet: C2, BB and 91. RGB value is (194,187,145). Sum of RGB (Red+Green+Blue) = 194+187+145=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB91 is #3D446E. Grayscale: #B8B8B8. Windows color (decimal): -4015215 or 9550786. OLE color: 9550786.

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

Color convert

RGB194187145-
CMYK00.040.250.24
HSL51.43º28.65%66.47%-
HSV(B)51.43º25.26%76.08%-
XYZ45.1349.0533.88-
YUV184.3105.82134.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=36.88%
G=35.55%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418714500.040.250.2451.4328.6566.47
HexC2BB91041918331d42
Octal3022732210431306335102
Binary11000010101110111001000101001100111000110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB91; }

 p { color: rgb(194,187,145); }

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

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

 a { background-color: rgb(194,187,145); }

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

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

 span { border-color: rgb(194,187,145); }

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