Html Css Color HEX #C7B848 Old Gold

📋 copy color: '#C7B848'

red 199 ◦ green 184 ◦ blue 72

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

Shades of Old Gold #C7B848

Tints of Old Gold #C7B848

RGB

 RED value IS 199 (78.13% from 255) = 43.74%

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

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

R = 43.74%
G = 40.44%
B = 15.82%

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

#C7B848 (or 0xC7B848) is known color: Old Gold. HEX triplet: C7, B8 and 48. RGB value is (199,184,72). Sum of RGB (Red+Green+Blue) = 199+184+72=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B848 is #3847B7. Grayscale: #B0B0B0. Windows color (decimal): -3688376 or 4765895. OLE color: 4765895.

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

Color convert

RGB 199 184 72 -
CMYK 0 0.08 0.64 0.22
HSL 52.91º 0.53% 0.53% -
HSV(B) 52.91º 0.64% 0.78% -
XYZ 41.86 46.89 12.98 -
YUV 175.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 199 184 72 0 0.08 0.64 0.22 52.91 0.53 0.53
Hex C7 B8 48 0 8 40 16 35 35 35
Octal 307 270 110 0 10 100 26 65 65 65
Binary 11000111 10111000 1001000 0 1000 1000000 10110 110101 110101 110101

Color Harmonies of #C7B848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B848

Black with #C7B848

Text Example


Text Example

White with #C7B848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B848; }

 p { color: rgb(199,184,72); }

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

background-color css

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

 a { background-color: rgb(199,184,72); }

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

border-color css

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

 span { border-color: rgb(199,184,72); }

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