Html Css Color HEX #C6BC3C Old Gold

📋 copy color: '#C6BC3C'

red 198 ◦ green 188 ◦ blue 60

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

Shades of Old Gold #C6BC3C

Tints of Old Gold #C6BC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.45%

R = 44.39%
G = 42.15%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6BC3C (or 0xC6BC3C) is known color: Old Gold. HEX triplet: C6, BC and 3C. RGB value is (198,188,60). Sum of RGB (Red+Green+Blue) = 198+188+60=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC3C is #3943C3. Grayscale: #B0B0B0. Windows color (decimal): -3752900 or 3980486. OLE color: 3980486.

HSL color Cylindrical-coordinate representation of color #C6BC3C: hue angle of 55.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6BC3C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 188 60 -
CMYK 0 0.05 0.70 0.22
HSL 55.65º 0.55% 0.51% -
HSV(B) 55.65º 0.7% 0.78% -
XYZ 42.09 48.3 11.38 -
YUV 176.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 198 188 60 0 0.05 0.70 0.22 55.65 0.55 0.51
Hex C6 BC 3C 0 5 46 16 38 37 33
Octal 306 274 74 0 5 106 26 70 67 63
Binary 11000110 10111100 111100 0 101 1000110 10110 111000 110111 110011

Color Harmonies of #C6BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC3C

Black with #C6BC3C

Text Example


Text Example

White with #C6BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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