Html Css Color HEX #C6AB3C Old Gold

📋 copy color: '#C6AB3C'

red 198 ◦ green 171 ◦ blue 60

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

Shades of Old Gold #C6AB3C

Tints of Old Gold #C6AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

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

R = 46.15%
G = 39.86%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6AB3C (or 0xC6AB3C) is known color: Old Gold. HEX triplet: C6, AB and 3C. RGB value is (198,171,60). Sum of RGB (Red+Green+Blue) = 198+171+60=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB3C is #3954C3. Grayscale: #A6A6A6. Windows color (decimal): -3757252 or 3976134. OLE color: 3976134.

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

Color convert

RGB 198 171 60 -
CMYK 0 0.14 0.70 0.22
HSL 48.26º 0.55% 0.51% -
HSV(B) 48.26º 0.7% 0.78% -
XYZ 38.67 41.46 10.24 -
YUV 166.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 198 171 60 0 0.14 0.70 0.22 48.26 0.55 0.51
Hex C6 AB 3C 0 E 46 16 30 37 33
Octal 306 253 74 0 16 106 26 60 67 63
Binary 11000110 10101011 111100 0 1110 1000110 10110 110000 110111 110011

Color Harmonies of #C6AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB3C

Black with #C6AB3C

Text Example


Text Example

White with #C6AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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