Html Css Color HEX #C7B446 Old Gold

📋 copy color: '#C7B446'

red 199 ◦ green 180 ◦ blue 70

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

Shades of Old Gold #C7B446

Tints of Old Gold #C7B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

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

R = 44.32%
G = 40.09%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7B446 (or 0xC7B446) is known color: Old Gold. HEX triplet: C7, B4 and 46. RGB value is (199,180,70). Sum of RGB (Red+Green+Blue) = 199+180+70=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B446 is #384BB9. Grayscale: #ADADAD. Windows color (decimal): -3689402 or 4633799. OLE color: 4633799.

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

Color convert

RGB 199 180 70 -
CMYK 0 0.10 0.65 0.22
HSL 51.16º 0.54% 0.53% -
HSV(B) 51.16º 0.65% 0.78% -
XYZ 40.98 45.23 12.36 -
YUV 173.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 199 180 70 0 0.10 0.65 0.22 51.16 0.54 0.53
Hex C7 B4 46 0 A 41 16 33 36 35
Octal 307 264 106 0 12 101 26 63 66 65
Binary 11000111 10110100 1000110 0 1010 1000001 10110 110011 110110 110101

Color Harmonies of #C7B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B446

Black with #C7B446

Text Example


Text Example

White with #C7B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B446; }

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

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

background-color css

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

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

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

border-color css

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

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

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