Html Css Color HEX #C2BA95 Coriander

📋 copy color: '#C2BA95'

red 194 ◦ green 186 ◦ blue 149

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

Shades of Coriander #C2BA95

Tints of Coriander #C2BA95

RGB

 RED value IS 194 (76.17% from 255) = 36.67%

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

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 36.67%
G = 35.16%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2BA95 (or 0xC2BA95) is known color: Coriander. HEX triplet: C2, BA and 95. RGB value is (194,186,149). Sum of RGB (Red+Green+Blue) = 194+186+149=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA95 is #3D456A. Grayscale: #B8B8B8. Windows color (decimal): -4015467 or 9812674. OLE color: 9812674.

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

Color convert

RGB 194 186 149 -
CMYK 0 0.04 0.23 0.24
HSL 49.33º 0.27% 0.67% -
HSV(B) 49.33º 0.23% 0.76% -
XYZ 45.23 48.76 35.46 -
YUV 184.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 194 186 149 0 0.04 0.23 0.24 49.33 0.27 0.67
Hex C2 BA 95 0 4 17 18 31 1B 43
Octal 302 272 225 0 4 27 30 61 33 103
Binary 11000010 10111010 10010101 0 100 10111 11000 110001 11011 1000011

Color Harmonies of #C2BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA95

Black with #C2BA95

Text Example


Text Example

White with #C2BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA95; }

 p { color: rgb(194,186,149); }

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

background-color css

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

 a { background-color: rgb(194,186,149); }

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

border-color css

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

 span { border-color: rgb(194,186,149); }

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