Html Css Color HEX #C1BC8D Coriander

📋 copy color: '#C1BC8D'

red 193 ◦ green 188 ◦ blue 141

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

Shades of Coriander #C1BC8D

Tints of Coriander #C1BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

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

R = 36.97%
G = 36.02%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1BC8D (or 0xC1BC8D) is known color: Coriander. HEX triplet: C1, BC and 8D. RGB value is (193,188,141). Sum of RGB (Red+Green+Blue) = 193+188+141=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC8D is #3E4372. Grayscale: #B8B8B8. Windows color (decimal): -4080499 or 9288897. OLE color: 9288897.

HSL color Cylindrical-coordinate representation of color #C1BC8D: hue angle of 54.23º 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 #C1BC8D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 141 -
CMYK 0 0.03 0.27 0.24
HSL 54.23º 0.3% 0.65% -
HSV(B) 54.23º 0.27% 0.76% -
XYZ 44.78 49.23 32.34 -
YUV 184.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 193 188 141 0 0.03 0.27 0.24 54.23 0.3 0.65
Hex C1 BC 8D 0 3 1B 18 36 1E 41
Octal 301 274 215 0 3 33 30 66 36 101
Binary 11000001 10111100 10001101 0 11 11011 11000 110110 11110 1000001

Color Harmonies of #C1BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC8D

Black with #C1BC8D

Text Example


Text Example

White with #C1BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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