#C4BD92

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

Shades of Coriander #C4BD92

Tints of Coriander #C4BD92

Color information

#C4BD92 (or 0xC4BD92) is unknown color: approx Coriander. HEX triplet: C4, BD and 92. RGB value is (196,189,146). Sum of RGB (Red+Green+Blue) = 196+189+146=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD92 is #3B426D. Grayscale: #BABABA. Windows color (decimal): -3883630 or 9616836. OLE color: 9616836.

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

Color convert

RGB196189146-
CMYK00.040.260.23
HSL51.6º29.76%67.06%-
HSV(B)51.6º25.51%76.86%-
XYZ46.1550.2134.45-
YUV186.19105.32135-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=36.91%
G=35.59%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618914600.040.260.2351.629.7667.06
HexC4BD92041A17341e43
Octal3042752220432276436103
Binary11000100101111011001001001001101010111110100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD92; }

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

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

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

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

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

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

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

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