Html Css Color HEX #C8AE3C Old Gold

📋 copy color: '#C8AE3C'

red 200 ◦ green 174 ◦ blue 60

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

Shades of Old Gold #C8AE3C

Tints of Old Gold #C8AE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.09%

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

R = 46.08%
G = 40.09%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8AE3C (or 0xC8AE3C) is known color: Old Gold. HEX triplet: C8, AE and 3C. RGB value is (200,174,60). Sum of RGB (Red+Green+Blue) = 200+174+60=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE3C is #3751C3. Grayscale: #A9A9A9. Windows color (decimal): -3625412 or 3976904. OLE color: 3976904.

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

Color convert

RGB 200 174 60 -
CMYK 0 0.13 0.7 0.22
HSL 48.86º 0.56% 0.51% -
HSV(B) 48.86º 0.7% 0.78% -
XYZ 39.77 42.88 10.46 -
YUV 168.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 200 174 60 0 0.13 0.7 0.22 48.86 0.56 0.51
Hex C8 AE 3C 0 D 46 16 31 38 33
Octal 310 256 74 0 15 106 26 61 70 63
Binary 11001000 10101110 111100 0 1101 1000110 10110 110001 111000 110011

Color Harmonies of #C8AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE3C

Black with #C8AE3C

Text Example


Text Example

White with #C8AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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