Html Css Color HEX #C6BF92 Coriander

📋 copy color: '#C6BF92'

red 198 ◦ green 191 ◦ blue 146

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

Shades of Coriander #C6BF92

Tints of Coriander #C6BF92

RGB

 RED value IS 198 (77.73% from 255) = 37.01%

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

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

R = 37.01%
G = 35.7%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6BF92 (or 0xC6BF92) is known color: Coriander. HEX triplet: C6, BF and 92. RGB value is (198,191,146). Sum of RGB (Red+Green+Blue) = 198+191+146=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF92 is #39406D. Grayscale: #BCBCBC. Windows color (decimal): -3752046 or 9617350. OLE color: 9617350.

HSL color Cylindrical-coordinate representation of color #C6BF92: hue angle of 51.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BF92 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 191 146 -
CMYK 0 0.04 0.26 0.22
HSL 51.92º 0.31% 0.67% -
HSV(B) 51.92º 0.26% 0.78% -
XYZ 47.11 51.34 34.62 -
YUV 187.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 198 191 146 0 0.04 0.26 0.22 51.92 0.31 0.67
Hex C6 BF 92 0 4 1A 16 34 1F 43
Octal 306 277 222 0 4 32 26 64 37 103
Binary 11000110 10111111 10010010 0 100 11010 10110 110100 11111 1000011

Color Harmonies of #C6BF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF92

Black with #C6BF92

Text Example


Text Example

White with #C6BF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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