Html Css Color HEX #C2BF8D Coriander

📋 copy color: '#C2BF8D'

red 194 ◦ green 191 ◦ blue 141

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

Shades of Coriander #C2BF8D

Tints of Coriander #C2BF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 36.88%
G = 36.31%
B = 26.81%

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

#C2BF8D (or 0xC2BF8D) is known color: Coriander. HEX triplet: C2, BF and 8D. RGB value is (194,191,141). Sum of RGB (Red+Green+Blue) = 194+191+141=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF8D is #3D4072. Grayscale: #BABABA. Windows color (decimal): -4014195 or 9289666. OLE color: 9289666.

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

Color convert

RGB 194 191 141 -
CMYK 0 0.02 0.27 0.24
HSL 56.6º 0.3% 0.66% -
HSV(B) 56.6º 0.27% 0.76% -
XYZ 45.69 50.65 32.57 -
YUV 186.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 194 191 141 0 0.02 0.27 0.24 56.6 0.3 0.66
Hex C2 BF 8D 0 2 1B 18 39 1E 42
Octal 302 277 215 0 2 33 30 71 36 102
Binary 11000010 10111111 10001101 0 10 11011 11000 111001 11110 1000010

Color Harmonies of #C2BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF8D

Black with #C2BF8D

Text Example


Text Example

White with #C2BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF8D; }

 p { color: rgb(194,191,141); }

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

background-color css

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

 a { background-color: rgb(194,191,141); }

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

border-color css

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

 span { border-color: rgb(194,191,141); }

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