Html Css Color HEX #C2BE8E Coriander

📋 copy color: '#C2BE8E'

red 194 ◦ green 190 ◦ blue 142

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

Shades of Coriander #C2BE8E

Tints of Coriander #C2BE8E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

 BLUE value IS 142 (55.86% from 255) = 27%

R = 36.88%
G = 36.12%
B = 27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2BE8E (or 0xC2BE8E) is known color: Coriander. HEX triplet: C2, BE and 8E. RGB value is (194,190,142). Sum of RGB (Red+Green+Blue) = 194+190+142=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE8E is #3D4171. Grayscale: #B9B9B9. Windows color (decimal): -4014450 or 9354946. OLE color: 9354946.

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

Color convert

RGB 194 190 142 -
CMYK 0 0.02 0.27 0.24
HSL 55.38º 0.3% 0.66% -
HSV(B) 55.38º 0.27% 0.76% -
XYZ 45.54 50.25 32.89 -
YUV 185.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 194 190 142 0 0.02 0.27 0.24 55.38 0.3 0.66
Hex C2 BE 8E 0 2 1B 18 37 1E 42
Octal 302 276 216 0 2 33 30 67 36 102
Binary 11000010 10111110 10001110 0 10 11011 11000 110111 11110 1000010

Color Harmonies of #C2BE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE8E

Black with #C2BE8E

Text Example


Text Example

White with #C2BE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE8E; }

 p { color: rgb(194,190,142); }

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

background-color css

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

 a { background-color: rgb(194,190,142); }

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

border-color css

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

 span { border-color: rgb(194,190,142); }

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