Html Css Color HEX #C7B846 Old Gold

📋 copy color: '#C7B846'

red 199 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #C7B846

Tints of Old Gold #C7B846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.45%

R = 43.93%
G = 40.62%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7B846 (or 0xC7B846) is known color: Old Gold. HEX triplet: C7, B8 and 46. RGB value is (199,184,70). Sum of RGB (Red+Green+Blue) = 199+184+70=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B846 is #3847B9. Grayscale: #AFAFAF. Windows color (decimal): -3688378 or 4634823. OLE color: 4634823.

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

Color convert

RGB 199 184 70 -
CMYK 0 0.08 0.65 0.22
HSL 53.02º 0.54% 0.53% -
HSV(B) 53.02º 0.65% 0.78% -
XYZ 41.8 46.87 12.64 -
YUV 175.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 199 184 70 0 0.08 0.65 0.22 53.02 0.54 0.53
Hex C7 B8 46 0 8 41 16 35 36 35
Octal 307 270 106 0 10 101 26 65 66 65
Binary 11000111 10111000 1000110 0 1000 1000001 10110 110101 110110 110101

Color Harmonies of #C7B846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B846

Black with #C7B846

Text Example


Text Example

White with #C7B846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B846; }

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

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

background-color css

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

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

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

border-color css

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

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

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