Html Css Color HEX #C1BA96 Coriander

📋 copy color: '#C1BA96'

red 193 ◦ green 186 ◦ blue 150

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

Shades of Coriander #C1BA96

Tints of Coriander #C1BA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.36%

R = 36.48%
G = 35.16%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1BA96 (or 0xC1BA96) is known color: Coriander. HEX triplet: C1, BA and 96. RGB value is (193,186,150). Sum of RGB (Red+Green+Blue) = 193+186+150=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA96 is #3E4569. Grayscale: #B8B8B8. Windows color (decimal): -4081002 or 9878209. OLE color: 9878209.

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

Color convert

RGB 193 186 150 -
CMYK 0 0.04 0.22 0.24
HSL 50.23º 0.26% 0.67% -
HSV(B) 50.23º 0.22% 0.76% -
XYZ 45.06 48.66 35.87 -
YUV 183.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 193 186 150 0 0.04 0.22 0.24 50.23 0.26 0.67
Hex C1 BA 96 0 4 16 18 32 1A 43
Octal 301 272 226 0 4 26 30 62 32 103
Binary 11000001 10111010 10010110 0 100 10110 11000 110010 11010 1000011

Color Harmonies of #C1BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA96

Black with #C1BA96

Text Example


Text Example

White with #C1BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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