#C5BE94

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

Shades of Coriander #C5BE94

Tints of Coriander #C5BE94

Color information

#C5BE94 (or 0xC5BE94) is unknown color: approx Coriander. HEX triplet: C5, BE and 94. RGB value is (197,190,148). Sum of RGB (Red+Green+Blue) = 197+190+148=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BE94 is #3A416B. Grayscale: #BBBBBB. Windows color (decimal): -3817836 or 9748165. OLE color: 9748165.

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

Color convert

RGB197190148-
CMYK00.040.250.23
HSL51.43º29.7%67.65%-
HSV(B)51.43º24.87%77.25%-
XYZ46.7850.8435.36-
YUV187.3105.82134.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=36.82%
G=35.51%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719014800.040.250.2351.4329.767.65
HexC5BE94041917331e44
Octal3052762240431276336104
Binary11000101101111101001010001001100110111110011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE94; }

 p { color: rgb(197,190,148); }

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

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

 a { background-color: rgb(197,190,148); }

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

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

 span { border-color: rgb(197,190,148); }

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