#C4BD95

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

Shades of Coriander #C4BD95

Tints of Coriander #C4BD95

Color information

#C4BD95 (or 0xC4BD95) is unknown color: approx Coriander. HEX triplet: C4, BD and 95. RGB value is (196,189,149). Sum of RGB (Red+Green+Blue) = 196+189+149=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD95 is #3B426A. Grayscale: #BABABA. Windows color (decimal): -3883627 or 9813444. OLE color: 9813444.

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

Color convert

RGB196189149-
CMYK00.040.240.23
HSL51.06º28.48%67.65%-
HSV(B)51.06º23.98%76.86%-
XYZ46.3950.335.7-
YUV186.53106.82134.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=36.70%
G=35.39%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618914900.040.240.2351.0628.4867.65
HexC4BD95041817331c44
Octal3042752250430276334104
Binary11000100101111011001010101001100010111110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD95; }

 p { color: rgb(196,189,149); }

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

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

 a { background-color: rgb(196,189,149); }

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

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

 span { border-color: rgb(196,189,149); }

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