Html Css Color HEX #C6BF95 Coriander

📋 copy color: '#C6BF95'

red 198 ◦ green 191 ◦ blue 149

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

Shades of Coriander #C6BF95

Tints of Coriander #C6BF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 36.8%
G = 35.5%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C6BF95 (or 0xC6BF95) is known color: Coriander. HEX triplet: C6, BF and 95. RGB value is (198,191,149). Sum of RGB (Red+Green+Blue) = 198+191+149=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF95 is #39406A. Grayscale: #BCBCBC. Windows color (decimal): -3752043 or 9813958. OLE color: 9813958.

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

Color convert

RGB 198 191 149 -
CMYK 0 0.04 0.25 0.22
HSL 51.43º 0.3% 0.68% -
HSV(B) 51.43º 0.25% 0.78% -
XYZ 47.34 51.44 35.87 -
YUV 188.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 198 191 149 0 0.04 0.25 0.22 51.43 0.3 0.68
Hex C6 BF 95 0 4 19 16 33 1E 44
Octal 306 277 225 0 4 31 26 63 36 104
Binary 11000110 10111111 10010101 0 100 11001 10110 110011 11110 1000100

Color Harmonies of #C6BF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF95

Black with #C6BF95

Text Example


Text Example

White with #C6BF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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