#C2BB89

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

Shades of Coriander #C2BB89

Tints of Coriander #C2BB89

Color information

#C2BB89 (or 0xC2BB89) is unknown color: approx Coriander. HEX triplet: C2, BB and 89. RGB value is (194,187,137). Sum of RGB (Red+Green+Blue) = 194+187+137=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB89 is #3D4476. Grayscale: #B7B7B7. Windows color (decimal): -4015223 or 9026498. OLE color: 9026498.

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

Color convert

RGB194187137-
CMYK00.040.290.24
HSL52.63º31.84%64.9%-
HSV(B)52.63º29.38%76.08%-
XYZ44.5348.8230.74-
YUV183.39101.82135.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=37.45%
G=36.10%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418713700.040.290.2452.6331.8464.9
HexC2BB89041D18352041
Octal3022732110435306540101
Binary110000101011101110001001010011101110001101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB89; }

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

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

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

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

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

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

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

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