#C5BC94

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

Shades of Coriander #C5BC94

Tints of Coriander #C5BC94

Color information

#C5BC94 (or 0xC5BC94) is unknown color: approx Coriander. HEX triplet: C5, BC and 94. RGB value is (197,188,148). Sum of RGB (Red+Green+Blue) = 197+188+148=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC94 is #3A436B. Grayscale: #BABABA. Windows color (decimal): -3818348 or 9747653. OLE color: 9747653.

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

Color convert

RGB197188148-
CMYK00.050.250.23
HSL48.98º29.7%67.65%-
HSV(B)48.98º24.87%77.25%-
XYZ46.3549.9735.22-
YUV186.13106.48135.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=36.96%
G=35.27%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718814800.050.250.2348.9829.767.65
HexC5BC94051917311e44
Octal3052742240531276136104
Binary11000101101111001001010001011100110111110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BC94; }

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

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

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

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

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

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

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

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