Html Css Color HEX #C7B748 Old Gold

📋 copy color: '#C7B748'

red 199 ◦ green 183 ◦ blue 72

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

Shades of Old Gold #C7B748

Tints of Old Gold #C7B748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

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

R = 43.83%
G = 40.31%
B = 15.86%

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

#C7B748 (or 0xC7B748) is known color: Old Gold. HEX triplet: C7, B7 and 48. RGB value is (199,183,72). Sum of RGB (Red+Green+Blue) = 199+183+72=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B748 is #3848B7. Grayscale: #AFAFAF. Windows color (decimal): -3688632 or 4765639. OLE color: 4765639.

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

Color convert

RGB 199 183 72 -
CMYK 0 0.08 0.64 0.22
HSL 52.44º 0.53% 0.53% -
HSV(B) 52.44º 0.64% 0.78% -
XYZ 41.66 46.48 12.91 -
YUV 175.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 199 183 72 0 0.08 0.64 0.22 52.44 0.53 0.53
Hex C7 B7 48 0 8 40 16 34 35 35
Octal 307 267 110 0 10 100 26 64 65 65
Binary 11000111 10110111 1001000 0 1000 1000000 10110 110100 110101 110101

Color Harmonies of #C7B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B748

Black with #C7B748

Text Example


Text Example

White with #C7B748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B748; }

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

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

background-color css

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

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

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

border-color css

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

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

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