Html Css Color HEX #C6B947 Old Gold

📋 copy color: '#C6B947'

red 198 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #C6B947

Tints of Old Gold #C6B947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 71 (28.13% from 255) = 15.64%

R = 43.61%
G = 40.75%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6B947 (or 0xC6B947) is known color: Old Gold. HEX triplet: C6, B9 and 47. RGB value is (198,185,71). Sum of RGB (Red+Green+Blue) = 198+185+71=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B947 is #3946B8. Grayscale: #B0B0B0. Windows color (decimal): -3753657 or 4700614. OLE color: 4700614.

HSL color Cylindrical-coordinate representation of color #C6B947: hue angle of 53.86º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6B947 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 185 71 -
CMYK 0 0.07 0.64 0.22
HSL 53.86º 0.53% 0.53% -
HSV(B) 53.86º 0.64% 0.78% -
XYZ 41.78 47.16 12.86 -
YUV 175.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 198 185 71 0 0.07 0.64 0.22 53.86 0.53 0.53
Hex C6 B9 47 0 7 40 16 36 35 35
Octal 306 271 107 0 7 100 26 66 65 65
Binary 11000110 10111001 1000111 0 111 1000000 10110 110110 110101 110101

Color Harmonies of #C6B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B947

Black with #C6B947

Text Example


Text Example

White with #C6B947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B947; }

 p { color: rgb(198,185,71); }

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

background-color css

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

 a { background-color: rgb(198,185,71); }

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

border-color css

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

 span { border-color: rgb(198,185,71); }

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