#C4BB8F

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

Shades of Coriander #C4BB8F

Tints of Coriander #C4BB8F

Color information

#C4BB8F (or 0xC4BB8F) is unknown color: approx Coriander. HEX triplet: C4, BB and 8F. RGB value is (196,187,143). Sum of RGB (Red+Green+Blue) = 196+187+143=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB8F is #3B4470. Grayscale: #B8B8B8. Windows color (decimal): -3884145 or 9419716. OLE color: 9419716.

HSL color Cylindrical-coordinate representation of color #C4BB8F: hue angle of 49.81º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4BB8F is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196187143-
CMYK00.050.270.23
HSL49.81º30.99%66.47%-
HSV(B)49.81º27.04%76.86%-
XYZ45.4949.2633.1-
YUV184.68104.48136.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=37.26%
G=35.55%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618714300.050.270.2349.8130.9966.47
HexC4BB8F051B17321f42
Octal3042732170533276237102
Binary11000100101110111000111101011101110111110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB8F; }

 p { color: rgb(196,187,143); }

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

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

 a { background-color: rgb(196,187,143); }

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

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

 span { border-color: rgb(196,187,143); }

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