Html Css Color HEX #C4BF91 Coriander

📋 copy color: '#C4BF91'

red 196 ◦ green 191 ◦ blue 145

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

Shades of Coriander #C4BF91

Tints of Coriander #C4BF91

RGB

 RED value IS 196 (76.95% from 255) = 36.84%

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 36.84%
G = 35.9%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4BF91 (or 0xC4BF91) is known color: Coriander. HEX triplet: C4, BF and 91. RGB value is (196,191,145). Sum of RGB (Red+Green+Blue) = 196+191+145=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF91 is #3B406E. Grayscale: #BBBBBB. Windows color (decimal): -3883119 or 9551812. OLE color: 9551812.

HSL color Cylindrical-coordinate representation of color #C4BF91: hue angle of 54.12º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4BF91 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 145 -
CMYK 0 0.03 0.26 0.23
HSL 54.12º 0.3% 0.67% -
HSV(B) 54.12º 0.26% 0.77% -
XYZ 46.51 51.04 34.19 -
YUV 187.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 196 191 145 0 0.03 0.26 0.23 54.12 0.3 0.67
Hex C4 BF 91 0 3 1A 17 36 1E 43
Octal 304 277 221 0 3 32 27 66 36 103
Binary 11000100 10111111 10010001 0 11 11010 10111 110110 11110 1000011

Color Harmonies of #C4BF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF91

Black with #C4BF91

Text Example


Text Example

White with #C4BF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF91; }

 p { color: rgb(196,191,145); }

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

background-color css

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

 a { background-color: rgb(196,191,145); }

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

border-color css

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

 span { border-color: rgb(196,191,145); }

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