Html Css Color HEX #C1BA91 Coriander

📋 copy color: '#C1BA91'

red 193 ◦ green 186 ◦ blue 145

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

Shades of Coriander #C1BA91

Tints of Coriander #C1BA91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 36.83%
G = 35.5%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C1BA91 (or 0xC1BA91) is known color: Coriander. HEX triplet: C1, BA and 91. RGB value is (193,186,145). Sum of RGB (Red+Green+Blue) = 193+186+145=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA91 is #3E456E. Grayscale: #B7B7B7. Windows color (decimal): -4081007 or 9550529. OLE color: 9550529.

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

Color convert

RGB 193 186 145 -
CMYK 0 0.04 0.25 0.24
HSL 51.25º 0.28% 0.66% -
HSV(B) 51.25º 0.25% 0.76% -
XYZ 44.66 48.5 33.8 -
YUV 183.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 193 186 145 0 0.04 0.25 0.24 51.25 0.28 0.66
Hex C1 BA 91 0 4 19 18 33 1C 42
Octal 301 272 221 0 4 31 30 63 34 102
Binary 11000001 10111010 10010001 0 100 11001 11000 110011 11100 1000010

Color Harmonies of #C1BA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA91

Black with #C1BA91

Text Example


Text Example

White with #C1BA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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