Html Css Color HEX #C7B747 Old Gold

📋 copy color: '#C7B747'

red 199 ◦ green 183 ◦ blue 71

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

Shades of Old Gold #C7B747

Tints of Old Gold #C7B747

RGB

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

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

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

R = 43.93%
G = 40.4%
B = 15.67%

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

#C7B747 (or 0xC7B747) is known color: Old Gold. HEX triplet: C7, B7 and 47. RGB value is (199,183,71). Sum of RGB (Red+Green+Blue) = 199+183+71=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B747 is #3848B8. Grayscale: #AFAFAF. Windows color (decimal): -3688633 or 4700103. OLE color: 4700103.

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

Color convert

RGB 199 183 71 -
CMYK 0 0.08 0.64 0.22
HSL 52.5º 0.53% 0.53% -
HSV(B) 52.5º 0.64% 0.78% -
XYZ 41.62 46.46 12.74 -
YUV 175.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 199 183 71 0 0.08 0.64 0.22 52.5 0.53 0.53
Hex C7 B7 47 0 8 40 16 34 35 35
Octal 307 267 107 0 10 100 26 64 65 65
Binary 11000111 10110111 1000111 0 1000 1000000 10110 110100 110101 110101

Color Harmonies of #C7B747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B747

Black with #C7B747

Text Example


Text Example

White with #C7B747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B747; }

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

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

background-color css

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

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

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

border-color css

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

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

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