Html Css Color HEX #C8AC3C Old Gold

📋 copy color: '#C8AC3C'

red 200 ◦ green 172 ◦ blue 60

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

Shades of Old Gold #C8AC3C

Tints of Old Gold #C8AC3C

RGB

 RED value IS 200 (78.52% from 255) = 46.3%

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 46.3%
G = 39.81%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8AC3C (or 0xC8AC3C) is known color: Old Gold. HEX triplet: C8, AC and 3C. RGB value is (200,172,60). Sum of RGB (Red+Green+Blue) = 200+172+60=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC3C is #3753C3. Grayscale: #A8A8A8. Windows color (decimal): -3625924 or 3976392. OLE color: 3976392.

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

Color convert

RGB 200 172 60 -
CMYK 0 0.14 0.7 0.22
HSL 48º 0.56% 0.51% -
HSV(B) 48º 0.7% 0.78% -
XYZ 39.39 42.11 10.33 -
YUV 167.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 200 172 60 0 0.14 0.7 0.22 48 0.56 0.51
Hex C8 AC 3C 0 E 46 16 30 38 33
Octal 310 254 74 0 16 106 26 60 70 63
Binary 11001000 10101100 111100 0 1110 1000110 10110 110000 111000 110011

Color Harmonies of #C8AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC3C

Black with #C8AC3C

Text Example


Text Example

White with #C8AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC3C; }

 p { color: rgb(200,172,60); }

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

background-color css

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

 a { background-color: rgb(200,172,60); }

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

border-color css

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

 span { border-color: rgb(200,172,60); }

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