Html Css Color HEX #C6BA48 Old Gold

📋 copy color: '#C6BA48'

red 198 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #C6BA48

Tints of Old Gold #C6BA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 43.42%
G = 40.79%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6BA48 (or 0xC6BA48) is known color: Old Gold. HEX triplet: C6, BA and 48. RGB value is (198,186,72). Sum of RGB (Red+Green+Blue) = 198+186+72=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA48 is #3945B7. Grayscale: #B1B1B1. Windows color (decimal): -3753400 or 4766406. OLE color: 4766406.

HSL color Cylindrical-coordinate representation of color #C6BA48: hue angle of 54.29º degrees, saturation: 0.52, 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 #C6BA48 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 72 -
CMYK 0 0.06 0.64 0.22
HSL 54.29º 0.53% 0.53% -
HSV(B) 54.29º 0.64% 0.78% -
XYZ 42.02 47.59 13.1 -
YUV 176.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 198 186 72 0 0.06 0.64 0.22 54.29 0.53 0.53
Hex C6 BA 48 0 6 40 16 36 34 35
Octal 306 272 110 0 6 100 26 66 64 65
Binary 11000110 10111010 1001000 0 110 1000000 10110 110110 110100 110101

Color Harmonies of #C6BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA48

Black with #C6BA48

Text Example


Text Example

White with #C6BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA48; }

 p { color: rgb(198,186,72); }

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

background-color css

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

 a { background-color: rgb(198,186,72); }

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

border-color css

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

 span { border-color: rgb(198,186,72); }

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