Html Css Color HEX #C5BD94 Coriander

📋 copy color: '#C5BD94'

red 197 ◦ green 189 ◦ blue 148

#C5BD94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #C5BD94

Tints of Coriander #C5BD94

RGB

 RED value IS 197 (77.34% from 255) = 36.89%

 GREEN value IS 189 (74.22% from 255) = 35.39%

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 36.89%
G = 35.39%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C5BD94 (or 0xC5BD94) is known color: Coriander. HEX triplet: C5, BD and 94. RGB value is (197,189,148). Sum of RGB (Red+Green+Blue) = 197+189+148=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD94 is #3A426B. Grayscale: #BABABA. Windows color (decimal): -3818092 or 9747909. OLE color: 9747909.

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

Color convert

RGB 197 189 148 -
CMYK 0 0.04 0.25 0.23
HSL 50.2º 0.3% 0.68% -
HSV(B) 50.2º 0.25% 0.77% -
XYZ 46.57 50.4 35.29 -
YUV 186.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 197 189 148 0 0.04 0.25 0.23 50.2 0.3 0.68
Hex C5 BD 94 0 4 19 17 32 1E 44
Octal 305 275 224 0 4 31 27 62 36 104
Binary 11000101 10111101 10010100 0 100 11001 10111 110010 11110 1000100

Color Harmonies of #C5BD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD94

Black with #C5BD94

Text Example


Text Example

White with #C5BD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD94; }

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

 H1.HeaderClassName
 {
   color: #C5BD94;
 }
 .AnyTagClassName
 {
   color: #C5BD94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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