Html Css Color HEX #C5BD8D Coriander

📋 copy color: '#C5BD8D'

red 197 ◦ green 189 ◦ blue 141

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

Shades of Coriander #C5BD8D

Tints of Coriander #C5BD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.76%

R = 37.38%
G = 35.86%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5BD8D (or 0xC5BD8D) is known color: Coriander. HEX triplet: C5, BD and 8D. RGB value is (197,189,141). Sum of RGB (Red+Green+Blue) = 197+189+141=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD8D is #3A4272. Grayscale: #BABABA. Windows color (decimal): -3818099 or 9289157. OLE color: 9289157.

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

Color convert

RGB 197 189 141 -
CMYK 0 0.04 0.28 0.23
HSL 51.43º 0.33% 0.66% -
HSV(B) 51.43º 0.28% 0.77% -
XYZ 46.03 50.19 32.46 -
YUV 185.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 197 189 141 0 0.04 0.28 0.23 51.43 0.33 0.66
Hex C5 BD 8D 0 4 1C 17 33 21 42
Octal 305 275 215 0 4 34 27 63 41 102
Binary 11000101 10111101 10001101 0 100 11100 10111 110011 100001 1000010

Color Harmonies of #C5BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD8D

Black with #C5BD8D

Text Example


Text Example

White with #C5BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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