Html Css Color HEX #C6BF93 Coriander

📋 copy color: '#C6BF93'

red 198 ◦ green 191 ◦ blue 147

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

Shades of Coriander #C6BF93

Tints of Coriander #C6BF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.43%

R = 36.94%
G = 35.63%
B = 27.43%

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

#C6BF93 (or 0xC6BF93) is known color: Coriander. HEX triplet: C6, BF and 93. RGB value is (198,191,147). Sum of RGB (Red+Green+Blue) = 198+191+147=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF93 is #39406C. Grayscale: #BCBCBC. Windows color (decimal): -3752045 or 9682886. OLE color: 9682886.

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

Color convert

RGB 198 191 147 -
CMYK 0 0.04 0.26 0.22
HSL 51.76º 0.31% 0.68% -
HSV(B) 51.76º 0.26% 0.78% -
XYZ 47.19 51.37 35.03 -
YUV 188.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 198 191 147 0 0.04 0.26 0.22 51.76 0.31 0.68
Hex C6 BF 93 0 4 1A 16 34 1F 44
Octal 306 277 223 0 4 32 26 64 37 104
Binary 11000110 10111111 10010011 0 100 11010 10110 110100 11111 1000100

Color Harmonies of #C6BF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF93

Black with #C6BF93

Text Example


Text Example

White with #C6BF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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