Html Css Color HEX #C7B945 Old Gold

📋 copy color: '#C7B945'

red 199 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #C7B945

Tints of Old Gold #C7B945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

 BLUE value IS 69 (27.34% from 255) = 15.23%

R = 43.93%
G = 40.84%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7B945 (or 0xC7B945) is known color: Old Gold. HEX triplet: C7, B9 and 45. RGB value is (199,185,69). Sum of RGB (Red+Green+Blue) = 199+185+69=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B945 is #3846BA. Grayscale: #B0B0B0. Windows color (decimal): -3688123 or 4569543. OLE color: 4569543.

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

Color convert

RGB 199 185 69 -
CMYK 0 0.07 0.65 0.22
HSL 53.54º 0.54% 0.53% -
HSV(B) 53.54º 0.65% 0.78% -
XYZ 41.98 47.27 12.54 -
YUV 175.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 199 185 69 0 0.07 0.65 0.22 53.54 0.54 0.53
Hex C7 B9 45 0 7 41 16 36 36 35
Octal 307 271 105 0 7 101 26 66 66 65
Binary 11000111 10111001 1000101 0 111 1000001 10110 110110 110110 110101

Color Harmonies of #C7B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B945

Black with #C7B945

Text Example


Text Example

White with #C7B945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B945; }

 p { color: rgb(199,185,69); }

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

background-color css

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

 a { background-color: rgb(199,185,69); }

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

border-color css

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

 span { border-color: rgb(199,185,69); }

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