Html Css Color HEX #C7B032 Old Gold

📋 copy color: '#C7B032'

red 199 ◦ green 176 ◦ blue 50

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

Shades of Old Gold #C7B032

Tints of Old Gold #C7B032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 46.82%
G = 41.41%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7B032 (or 0xC7B032) is known color: Old Gold. HEX triplet: C7, B0 and 32. RGB value is (199,176,50). Sum of RGB (Red+Green+Blue) = 199+176+50=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B032 is #384FCD. Grayscale: #A9A9A9. Windows color (decimal): -3690446 or 3322055. OLE color: 3322055.

HSL color Cylindrical-coordinate representation of color #C7B032: hue angle of 50.74º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7B032 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 50 -
CMYK 0 0.12 0.75 0.22
HSL 50.74º 0.6% 0.49% -
HSV(B) 50.74º 0.75% 0.78% -
XYZ 39.65 43.42 9.31 -
YUV 168.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 199 176 50 0 0.12 0.75 0.22 50.74 0.6 0.49
Hex C7 B0 32 0 C 4B 16 33 3C 31
Octal 307 260 62 0 14 113 26 63 74 61
Binary 11000111 10110000 110010 0 1100 1001011 10110 110011 111100 110001

Color Harmonies of #C7B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B032

Black with #C7B032

Text Example


Text Example

White with #C7B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B032; }

 p { color: rgb(199,176,50); }

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

background-color css

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

 a { background-color: rgb(199,176,50); }

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

border-color css

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

 span { border-color: rgb(199,176,50); }

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