#C7BD91

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

Shades of Coriander #C7BD91

Tints of Coriander #C7BD91

Color information

#C7BD91 (or 0xC7BD91) is unknown color: approx Coriander. HEX triplet: C7, BD and 91. RGB value is (199,189,145). Sum of RGB (Red+Green+Blue) = 199+189+145=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BD91 is #38426E. Grayscale: #BBBBBB. Windows color (decimal): -3687023 or 9551303. OLE color: 9551303.

HSL color Cylindrical-coordinate representation of color #C7BD91: hue angle of 48.89º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7BD91 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB199189145-
CMYK00.050.270.22
HSL48.89º32.53%67.45%-
HSV(B)48.89º27.14%78.04%-
XYZ46.8650.5834.08-
YUV186.97104.31136.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.34%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=37.34%
G=35.46%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918914500.050.270.2248.8932.5367.45
HexC7BD91051B16312143
Octal3072752210533266141103
Binary110001111011110110010001010111011101101100011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD91; }

 p { color: rgb(199,189,145); }

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

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

 a { background-color: rgb(199,189,145); }

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

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

 span { border-color: rgb(199,189,145); }

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