Html Css Color HEX #C2BC8E Coriander

📋 copy color: '#C2BC8E'

red 194 ◦ green 188 ◦ blue 142

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

Shades of Coriander #C2BC8E

Tints of Coriander #C2BC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 37.02%
G = 35.88%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2BC8E (or 0xC2BC8E) is known color: Coriander. HEX triplet: C2, BC and 8E. RGB value is (194,188,142). Sum of RGB (Red+Green+Blue) = 194+188+142=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC8E is #3D4371. Grayscale: #B8B8B8. Windows color (decimal): -4014962 or 9354434. OLE color: 9354434.

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

Color convert

RGB 194 188 142 -
CMYK 0 0.03 0.27 0.24
HSL 53.08º 0.3% 0.66% -
HSV(B) 53.08º 0.27% 0.76% -
XYZ 45.11 49.39 32.75 -
YUV 184.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 194 188 142 0 0.03 0.27 0.24 53.08 0.3 0.66
Hex C2 BC 8E 0 3 1B 18 35 1E 42
Octal 302 274 216 0 3 33 30 65 36 102
Binary 11000010 10111100 10001110 0 11 11011 11000 110101 11110 1000010

Color Harmonies of #C2BC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC8E

Black with #C2BC8E

Text Example


Text Example

White with #C2BC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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