Html Css Color HEX #C2BA8A Coriander

📋 copy color: '#C2BA8A'

red 194 ◦ green 186 ◦ blue 138

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

Shades of Coriander #C2BA8A

Tints of Coriander #C2BA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 37.45%
G = 35.91%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2BA8A (or 0xC2BA8A) is known color: Coriander. HEX triplet: C2, BA and 8A. RGB value is (194,186,138). Sum of RGB (Red+Green+Blue) = 194+186+138=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA8A is #3D4575. Grayscale: #B7B7B7. Windows color (decimal): -4015478 or 9091778. OLE color: 9091778.

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

Color convert

RGB 194 186 138 -
CMYK 0 0.04 0.29 0.24
HSL 51.43º 0.31% 0.65% -
HSV(B) 51.43º 0.29% 0.76% -
XYZ 44.39 48.42 31.05 -
YUV 182.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 194 186 138 0 0.04 0.29 0.24 51.43 0.31 0.65
Hex C2 BA 8A 0 4 1D 18 33 1F 41
Octal 302 272 212 0 4 35 30 63 37 101
Binary 11000010 10111010 10001010 0 100 11101 11000 110011 11111 1000001

Color Harmonies of #C2BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA8A

Black with #C2BA8A

Text Example


Text Example

White with #C2BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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