Html Css Color HEX #C8B949 Old Gold

📋 copy color: '#C8B949'

red 200 ◦ green 185 ◦ blue 73

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

Shades of Old Gold #C8B949

Tints of Old Gold #C8B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.39%

 BLUE value IS 73 (28.91% from 255) = 15.94%

R = 43.67%
G = 40.39%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8B949 (or 0xC8B949) is known color: Old Gold. HEX triplet: C8, B9 and 49. RGB value is (200,185,73). Sum of RGB (Red+Green+Blue) = 200+185+73=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B949 is #3746B6. Grayscale: #B1B1B1. Windows color (decimal): -3622583 or 4831688. OLE color: 4831688.

HSL color Cylindrical-coordinate representation of color #C8B949: hue angle of 52.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8B949 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 73 -
CMYK 0 0.08 0.64 0.22
HSL 52.91º 0.54% 0.54% -
HSV(B) 52.91º 0.64% 0.78% -
XYZ 42.37 47.46 13.23 -
YUV 176.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 200 185 73 0 0.08 0.64 0.22 52.91 0.54 0.54
Hex C8 B9 49 0 8 40 16 35 36 36
Octal 310 271 111 0 10 100 26 65 66 66
Binary 11001000 10111001 1001001 0 1000 1000000 10110 110101 110110 110110

Color Harmonies of #C8B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B949

Black with #C8B949

Text Example


Text Example

White with #C8B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B949; }

 p { color: rgb(200,185,73); }

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

background-color css

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

 a { background-color: rgb(200,185,73); }

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

border-color css

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

 span { border-color: rgb(200,185,73); }

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