#C4BD96

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

Shades of Coriander #C4BD96

Tints of Coriander #C4BD96

Color information

#C4BD96 (or 0xC4BD96) is unknown color: approx Coriander. HEX triplet: C4, BD and 96. RGB value is (196,189,150). Sum of RGB (Red+Green+Blue) = 196+189+150=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD96 is #3B4269. Grayscale: #BABABA. Windows color (decimal): -3883626 or 9878980. OLE color: 9878980.

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

Color convert

RGB196189150-
CMYK00.040.230.23
HSL50.87º28.05%67.84%-
HSV(B)50.87º23.47%76.86%-
XYZ46.4750.3336.12-
YUV186.65107.32134.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=36.64%
G=35.33%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618915000.040.230.2350.8728.0567.84
HexC4BD96041717331c44
Octal3042752260427276334104
Binary11000100101111011001011001001011110111110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD96; }

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

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

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

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

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

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

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

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