Html Css Color HEX #C1BC8F Coriander

📋 copy color: '#C1BC8F'

red 193 ◦ green 188 ◦ blue 143

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

Shades of Coriander #C1BC8F

Tints of Coriander #C1BC8F

RGB

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

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

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

R = 36.83%
G = 35.88%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1BC8F (or 0xC1BC8F) is known color: Coriander. HEX triplet: C1, BC and 8F. RGB value is (193,188,143). Sum of RGB (Red+Green+Blue) = 193+188+143=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC8F is #3E4370. Grayscale: #B8B8B8. Windows color (decimal): -4080497 or 9419969. OLE color: 9419969.

HSL color Cylindrical-coordinate representation of color #C1BC8F: hue angle of 54º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1BC8F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 143 -
CMYK 0 0.03 0.26 0.24
HSL 54º 0.29% 0.66% -
HSV(B) 54º 0.26% 0.76% -
XYZ 44.93 49.29 33.13 -
YUV 184.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 193 188 143 0 0.03 0.26 0.24 54 0.29 0.66
Hex C1 BC 8F 0 3 1A 18 36 1D 42
Octal 301 274 217 0 3 32 30 66 35 102
Binary 11000001 10111100 10001111 0 11 11010 11000 110110 11101 1000010

Color Harmonies of #C1BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC8F

Black with #C1BC8F

Text Example


Text Example

White with #C1BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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