Html Css Color HEX #C8BA48 Old Gold

📋 copy color: '#C8BA48'

red 200 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #C8BA48

Tints of Old Gold #C8BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.72%

R = 43.67%
G = 40.61%
B = 15.72%

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

#C8BA48 (or 0xC8BA48) is known color: Old Gold. HEX triplet: C8, BA and 48. RGB value is (200,186,72). Sum of RGB (Red+Green+Blue) = 200+186+72=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA48 is #3745B7. Grayscale: #B1B1B1. Windows color (decimal): -3622328 or 4766408. OLE color: 4766408.

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

Color convert

RGB 200 186 72 -
CMYK 0 0.07 0.64 0.22
HSL 53.44º 0.54% 0.53% -
HSV(B) 53.44º 0.64% 0.78% -
XYZ 42.55 47.87 13.13 -
YUV 177.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 200 186 72 0 0.07 0.64 0.22 53.44 0.54 0.53
Hex C8 BA 48 0 7 40 16 35 36 35
Octal 310 272 110 0 7 100 26 65 66 65
Binary 11001000 10111010 1001000 0 111 1000000 10110 110101 110110 110101

Color Harmonies of #C8BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA48

Black with #C8BA48

Text Example


Text Example

White with #C8BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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