#C4BC93

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

Shades of Coriander #C4BC93

Tints of Coriander #C4BC93

Color information

#C4BC93 (or 0xC4BC93) is unknown color: approx Coriander. HEX triplet: C4, BC and 93. RGB value is (196,188,147). Sum of RGB (Red+Green+Blue) = 196+188+147=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC93 is #3B436C. Grayscale: #B9B9B9. Windows color (decimal): -3883885 or 9682116. OLE color: 9682116.

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

Color convert

RGB196188147-
CMYK00.040.250.23
HSL50.2º29.34%67.25%-
HSV(B)50.2º25%76.86%-
XYZ46.0149.8134.79-
YUV185.72106.15135.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=36.91%
G=35.40%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618814700.040.250.2350.229.3467.25
HexC4BC93041917321d43
Octal3042742230431276235103
Binary11000100101111001001001101001100110111110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC93; }

 p { color: rgb(196,188,147); }

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

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

 a { background-color: rgb(196,188,147); }

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

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

 span { border-color: rgb(196,188,147); }

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