Html Css Color HEX #C1BA8D Coriander

📋 copy color: '#C1BA8D'

red 193 ◦ green 186 ◦ blue 141

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

Shades of Coriander #C1BA8D

Tints of Coriander #C1BA8D

RGB

 RED value IS 193 (75.78% from 255) = 37.12%

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 37.12%
G = 35.77%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1BA8D (or 0xC1BA8D) is known color: Coriander. HEX triplet: C1, BA and 8D. RGB value is (193,186,141). Sum of RGB (Red+Green+Blue) = 193+186+141=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA8D is #3E4572. Grayscale: #B7B7B7. Windows color (decimal): -4081011 or 9288385. OLE color: 9288385.

HSL color Cylindrical-coordinate representation of color #C1BA8D: hue angle of 51.92º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1BA8D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 141 -
CMYK 0 0.04 0.27 0.24
HSL 51.92º 0.3% 0.65% -
HSV(B) 51.92º 0.27% 0.76% -
XYZ 44.36 48.38 32.2 -
YUV 182.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 193 186 141 0 0.04 0.27 0.24 51.92 0.3 0.65
Hex C1 BA 8D 0 4 1B 18 34 1E 41
Octal 301 272 215 0 4 33 30 64 36 101
Binary 11000001 10111010 10001101 0 100 11011 11000 110100 11110 1000001

Color Harmonies of #C1BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA8D

Black with #C1BA8D

Text Example


Text Example

White with #C1BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA8D; }

 p { color: rgb(193,186,141); }

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

background-color css

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

 a { background-color: rgb(193,186,141); }

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

border-color css

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

 span { border-color: rgb(193,186,141); }

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