Html Css Color HEX #C2BF89 Coriander

📋 copy color: '#C2BF89'

red 194 ◦ green 191 ◦ blue 137

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

Shades of Coriander #C2BF89

Tints of Coriander #C2BF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.25%

R = 37.16%
G = 36.59%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2BF89 (or 0xC2BF89) is known color: Coriander. HEX triplet: C2, BF and 89. RGB value is (194,191,137). Sum of RGB (Red+Green+Blue) = 194+191+137=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF89 is #3D4076. Grayscale: #B9B9B9. Windows color (decimal): -4014199 or 9027522. OLE color: 9027522.

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

Color convert

RGB 194 191 137 -
CMYK 0 0.02 0.29 0.24
HSL 56.84º 0.32% 0.65% -
HSV(B) 56.84º 0.29% 0.76% -
XYZ 45.39 50.54 31.03 -
YUV 185.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 194 191 137 0 0.02 0.29 0.24 56.84 0.32 0.65
Hex C2 BF 89 0 2 1D 18 39 20 41
Octal 302 277 211 0 2 35 30 71 40 101
Binary 11000010 10111111 10001001 0 10 11101 11000 111001 100000 1000001

Color Harmonies of #C2BF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF89

Black with #C2BF89

Text Example


Text Example

White with #C2BF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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