Html Css Color HEX #C8BA47 Old Gold

📋 copy color: '#C8BA47'

red 200 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #C8BA47

Tints of Old Gold #C8BA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.54%

R = 43.76%
G = 40.7%
B = 15.54%

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

#C8BA47 (or 0xC8BA47) is known color: Old Gold. HEX triplet: C8, BA and 47. RGB value is (200,186,71). Sum of RGB (Red+Green+Blue) = 200+186+71=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA47 is #3745B8. Grayscale: #B1B1B1. Windows color (decimal): -3622329 or 4700872. OLE color: 4700872.

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

Color convert

RGB 200 186 71 -
CMYK 0 0.07 0.64 0.22
HSL 53.49º 0.54% 0.53% -
HSV(B) 53.49º 0.65% 0.78% -
XYZ 42.52 47.85 12.96 -
YUV 177.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 200 186 71 0 0.07 0.64 0.22 53.49 0.54 0.53
Hex C8 BA 47 0 7 40 16 35 36 35
Octal 310 272 107 0 7 100 26 65 66 65
Binary 11001000 10111010 1000111 0 111 1000000 10110 110101 110110 110101

Color Harmonies of #C8BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA47

Black with #C8BA47

Text Example


Text Example

White with #C8BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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