Html Css Color HEX #C8B849 Old Gold

📋 copy color: '#C8B849'

red 200 ◦ green 184 ◦ blue 73

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

Shades of Old Gold #C8B849

Tints of Old Gold #C8B849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

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

R = 43.76%
G = 40.26%
B = 15.97%

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

#C8B849 (or 0xC8B849) is known color: Old Gold. HEX triplet: C8, B8 and 49. RGB value is (200,184,73). Sum of RGB (Red+Green+Blue) = 200+184+73=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B849 is #3747B6. Grayscale: #B0B0B0. Windows color (decimal): -3622839 or 4831432. OLE color: 4831432.

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

Color convert

RGB 200 184 73 -
CMYK 0 0.08 0.64 0.22
HSL 52.44º 0.54% 0.54% -
HSV(B) 52.44º 0.64% 0.78% -
XYZ 42.16 47.04 13.16 -
YUV 176.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 200 184 73 0 0.08 0.64 0.22 52.44 0.54 0.54
Hex C8 B8 49 0 8 40 16 34 36 36
Octal 310 270 111 0 10 100 26 64 66 66
Binary 11001000 10111000 1001001 0 1000 1000000 10110 110100 110110 110110

Color Harmonies of #C8B849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B849

Black with #C8B849

Text Example


Text Example

White with #C8B849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B849; }

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

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

background-color css

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

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

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

border-color css

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

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

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