#C5BF97

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

Shades of Coriander #C5BF97

Tints of Coriander #C5BF97

Color information

#C5BF97 (or 0xC5BF97) is unknown color: approx Coriander. HEX triplet: C5, BF and 97. RGB value is (197,191,151). Sum of RGB (Red+Green+Blue) = 197+191+151=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BF97 is #3A4068. Grayscale: #BCBCBC. Windows color (decimal): -3817577 or 9945029. OLE color: 9945029.

HSL color Cylindrical-coordinate representation of color #C5BF97: hue angle of 52.17º 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 #C5BF97 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB197191151-
CMYK00.030.230.23
HSL52.17º28.4%68.24%-
HSV(B)52.17º23.35%77.25%-
XYZ47.2451.3736.7-
YUV188.23106.99134.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 151 (59.38% from 255) = 28.01%
R=36.55%
G=35.44%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719115100.030.230.2352.1728.468.24
HexC5BF97031717341c44
Octal3052772270327276434104
Binary1100010110111111100101110111011110111110100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF97; }

 p { color: rgb(197,191,151); }

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

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

 a { background-color: rgb(197,191,151); }

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

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

 span { border-color: rgb(197,191,151); }

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