Html Css Color HEX #C8BA49 Old Gold

📋 copy color: '#C8BA49'

red 200 ◦ green 186 ◦ blue 73

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

Shades of Old Gold #C8BA49

Tints of Old Gold #C8BA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

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

R = 43.57%
G = 40.52%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8BA49 (or 0xC8BA49) is known color: Old Gold. HEX triplet: C8, BA and 49. RGB value is (200,186,73). Sum of RGB (Red+Green+Blue) = 200+186+73=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA49 is #3745B6. Grayscale: #B1B1B1. Windows color (decimal): -3622327 or 4831944. OLE color: 4831944.

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

Color convert

RGB 200 186 73 -
CMYK 0 0.07 0.64 0.22
HSL 53.39º 0.54% 0.54% -
HSV(B) 53.39º 0.64% 0.78% -
XYZ 42.58 47.88 13.3 -
YUV 177.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 200 186 73 0 0.07 0.64 0.22 53.39 0.54 0.54
Hex C8 BA 49 0 7 40 16 35 36 36
Octal 310 272 111 0 7 100 26 65 66 66
Binary 11001000 10111010 1001001 0 111 1000000 10110 110101 110110 110110

Color Harmonies of #C8BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA49

Black with #C8BA49

Text Example


Text Example

White with #C8BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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