Html Css Color HEX #C2BF8B Coriander

📋 copy color: '#C2BF8B'

red 194 ◦ green 191 ◦ blue 139

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

Shades of Coriander #C2BF8B

Tints of Coriander #C2BF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 37.02%
G = 36.45%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2BF8B (or 0xC2BF8B) is known color: Coriander. HEX triplet: C2, BF and 8B. RGB value is (194,191,139). Sum of RGB (Red+Green+Blue) = 194+191+139=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF8B is #3D4074. Grayscale: #BABABA. Windows color (decimal): -4014197 or 9158594. OLE color: 9158594.

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

Color convert

RGB 194 191 139 -
CMYK 0 0.02 0.28 0.24
HSL 56.73º 0.31% 0.65% -
HSV(B) 56.73º 0.28% 0.76% -
XYZ 45.54 50.6 31.79 -
YUV 185.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 194 191 139 0 0.02 0.28 0.24 56.73 0.31 0.65
Hex C2 BF 8B 0 2 1C 18 39 1F 41
Octal 302 277 213 0 2 34 30 71 37 101
Binary 11000010 10111111 10001011 0 10 11100 11000 111001 11111 1000001

Color Harmonies of #C2BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF8B

Black with #C2BF8B

Text Example


Text Example

White with #C2BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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