Html Css Color HEX #C2BA90 Coriander

📋 copy color: '#C2BA90'

red 194 ◦ green 186 ◦ blue 144

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

Shades of Coriander #C2BA90

Tints of Coriander #C2BA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 37.02%
G = 35.5%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2BA90 (or 0xC2BA90) is known color: Coriander. HEX triplet: C2, BA and 90. RGB value is (194,186,144). Sum of RGB (Red+Green+Blue) = 194+186+144=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA90 is #3D456F. Grayscale: #B7B7B7. Windows color (decimal): -4015472 or 9484994. OLE color: 9484994.

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

Color convert

RGB 194 186 144 -
CMYK 0 0.04 0.26 0.24
HSL 50.4º 0.29% 0.66% -
HSV(B) 50.4º 0.26% 0.76% -
XYZ 44.84 48.6 33.4 -
YUV 183.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 194 186 144 0 0.04 0.26 0.24 50.4 0.29 0.66
Hex C2 BA 90 0 4 1A 18 32 1D 42
Octal 302 272 220 0 4 32 30 62 35 102
Binary 11000010 10111010 10010000 0 100 11010 11000 110010 11101 1000010

Color Harmonies of #C2BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA90

Black with #C2BA90

Text Example


Text Example

White with #C2BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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