Html Css Color HEX #C8AF2F Old Gold

📋 copy color: '#C8AF2F'

red 200 ◦ green 175 ◦ blue 47

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

Shades of Old Gold #C8AF2F

Tints of Old Gold #C8AF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 47.39%
G = 41.47%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8AF2F (or 0xC8AF2F) is known color: Old Gold. HEX triplet: C8, AF and 2F. RGB value is (200,175,47). Sum of RGB (Red+Green+Blue) = 200+175+47=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF2F is #3750D0. Grayscale: #A8A8A8. Windows color (decimal): -3625169 or 3125192. OLE color: 3125192.

HSL color Cylindrical-coordinate representation of color #C8AF2F: hue angle of 50.2º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8AF2F is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 47 -
CMYK 0 0.12 0.76 0.22
HSL 50.2º 0.62% 0.48% -
HSV(B) 50.2º 0.77% 0.78% -
XYZ 39.66 43.14 8.93 -
YUV 167.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 200 175 47 0 0.12 0.76 0.22 50.2 0.62 0.48
Hex C8 AF 2F 0 C 4C 16 32 3E 30
Octal 310 257 57 0 14 114 26 62 76 60
Binary 11001000 10101111 101111 0 1100 1001100 10110 110010 111110 110000

Color Harmonies of #C8AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF2F

Black with #C8AF2F

Text Example


Text Example

White with #C8AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF2F; }

 p { color: rgb(200,175,47); }

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

background-color css

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

 a { background-color: rgb(200,175,47); }

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

border-color css

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

 span { border-color: rgb(200,175,47); }

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