Html Css Color HEX #C8AC40 Old Gold

📋 copy color: '#C8AC40'

red 200 ◦ green 172 ◦ blue 64

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

Shades of Old Gold #C8AC40

Tints of Old Gold #C8AC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 45.87%
G = 39.45%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8AC40 (or 0xC8AC40) is known color: Old Gold. HEX triplet: C8, AC and 40. RGB value is (200,172,64). Sum of RGB (Red+Green+Blue) = 200+172+64=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC40 is #3753BF. Grayscale: #A8A8A8. Windows color (decimal): -3625920 or 4238536. OLE color: 4238536.

HSL color Cylindrical-coordinate representation of color #C8AC40: hue angle of 47.65º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8AC40 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 64 -
CMYK 0 0.14 0.68 0.22
HSL 47.65º 0.55% 0.52% -
HSV(B) 47.65º 0.68% 0.78% -
XYZ 39.5 42.15 10.91 -
YUV 168.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 200 172 64 0 0.14 0.68 0.22 47.65 0.55 0.52
Hex C8 AC 40 0 E 44 16 30 37 34
Octal 310 254 100 0 16 104 26 60 67 64
Binary 11001000 10101100 1000000 0 1110 1000100 10110 110000 110111 110100

Color Harmonies of #C8AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC40

Black with #C8AC40

Text Example


Text Example

White with #C8AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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