Html Css Color HEX #C6BC48 Old Gold

📋 copy color: '#C6BC48'

red 198 ◦ green 188 ◦ blue 72

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

Shades of Old Gold #C6BC48

Tints of Old Gold #C6BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.05%

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

R = 43.23%
G = 41.05%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6BC48 (or 0xC6BC48) is known color: Old Gold. HEX triplet: C6, BC and 48. RGB value is (198,188,72). Sum of RGB (Red+Green+Blue) = 198+188+72=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC48 is #3943B7. Grayscale: #B2B2B2. Windows color (decimal): -3752888 or 4766918. OLE color: 4766918.

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

Color convert

RGB 198 188 72 -
CMYK 0 0.05 0.64 0.22
HSL 55.24º 0.53% 0.53% -
HSV(B) 55.24º 0.64% 0.78% -
XYZ 42.44 48.44 13.24 -
YUV 177.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 198 188 72 0 0.05 0.64 0.22 55.24 0.53 0.53
Hex C6 BC 48 0 5 40 16 37 34 35
Octal 306 274 110 0 5 100 26 67 64 65
Binary 11000110 10111100 1001000 0 101 1000000 10110 110111 110100 110101

Color Harmonies of #C6BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC48

Black with #C6BC48

Text Example


Text Example

White with #C6BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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