Html Css Color HEX #C5BD8F Coriander

📋 copy color: '#C5BD8F'

red 197 ◦ green 189 ◦ blue 143

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

Shades of Coriander #C5BD8F

Tints of Coriander #C5BD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 37.24%
G = 35.73%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5BD8F (or 0xC5BD8F) is known color: Coriander. HEX triplet: C5, BD and 8F. RGB value is (197,189,143). Sum of RGB (Red+Green+Blue) = 197+189+143=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD8F is #3A4270. Grayscale: #BABABA. Windows color (decimal): -3818097 or 9420229. OLE color: 9420229.

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

Color convert

RGB 197 189 143 -
CMYK 0 0.04 0.27 0.23
HSL 51.11º 0.32% 0.67% -
HSV(B) 51.11º 0.27% 0.77% -
XYZ 46.18 50.25 33.25 -
YUV 186.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 197 189 143 0 0.04 0.27 0.23 51.11 0.32 0.67
Hex C5 BD 8F 0 4 1B 17 33 20 43
Octal 305 275 217 0 4 33 27 63 40 103
Binary 11000101 10111101 10001111 0 100 11011 10111 110011 100000 1000011

Color Harmonies of #C5BD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD8F

Black with #C5BD8F

Text Example


Text Example

White with #C5BD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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