Html Css Color HEX #C4BF92 Coriander

📋 copy color: '#C4BF92'

red 196 ◦ green 191 ◦ blue 146

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

Shades of Coriander #C4BF92

Tints of Coriander #C4BF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.39%

R = 36.77%
G = 35.83%
B = 27.39%

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

#C4BF92 (or 0xC4BF92) is known color: Coriander. HEX triplet: C4, BF and 92. RGB value is (196,191,146). Sum of RGB (Red+Green+Blue) = 196+191+146=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF92 is #3B406D. Grayscale: #BBBBBB. Windows color (decimal): -3883118 or 9617348. OLE color: 9617348.

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

Color convert

RGB 196 191 146 -
CMYK 0 0.03 0.26 0.23
HSL 54º 0.3% 0.67% -
HSV(B) 54º 0.26% 0.77% -
XYZ 46.58 51.07 34.6 -
YUV 187.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 196 191 146 0 0.03 0.26 0.23 54 0.3 0.67
Hex C4 BF 92 0 3 1A 17 36 1E 43
Octal 304 277 222 0 3 32 27 66 36 103
Binary 11000100 10111111 10010010 0 11 11010 10111 110110 11110 1000011

Color Harmonies of #C4BF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF92

Black with #C4BF92

Text Example


Text Example

White with #C4BF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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