Html Css Color HEX #C7B545 Old Gold

📋 copy color: '#C7B545'

red 199 ◦ green 181 ◦ blue 69

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

Shades of Old Gold #C7B545

Tints of Old Gold #C7B545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

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

R = 44.32%
G = 40.31%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7B545 (or 0xC7B545) is known color: Old Gold. HEX triplet: C7, B5 and 45. RGB value is (199,181,69). Sum of RGB (Red+Green+Blue) = 199+181+69=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B545 is #384ABA. Grayscale: #AEAEAE. Windows color (decimal): -3689147 or 4568519. OLE color: 4568519.

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

Color convert

RGB 199 181 69 -
CMYK 0 0.09 0.65 0.22
HSL 51.69º 0.54% 0.53% -
HSV(B) 51.69º 0.65% 0.78% -
XYZ 41.15 45.62 12.27 -
YUV 173.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 199 181 69 0 0.09 0.65 0.22 51.69 0.54 0.53
Hex C7 B5 45 0 9 41 16 34 36 35
Octal 307 265 105 0 11 101 26 64 66 65
Binary 11000111 10110101 1000101 0 1001 1000001 10110 110100 110110 110101

Color Harmonies of #C7B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B545

Black with #C7B545

Text Example


Text Example

White with #C7B545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B545; }

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

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

background-color css

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

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

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

border-color css

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

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

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