Html Css Color HEX #C7C036 Old Gold

📋 copy color: '#C7C036'

red 199 ◦ green 192 ◦ blue 54

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

Shades of Old Gold #C7C036

Tints of Old Gold #C7C036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 54 (21.48% from 255) = 12.13%

R = 44.72%
G = 43.15%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C7C036 (or 0xC7C036) is known color: Old Gold. HEX triplet: C7, C0 and 36. RGB value is (199,192,54). Sum of RGB (Red+Green+Blue) = 199+192+54=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C036 is #383FC9. Grayscale: #B2B2B2. Windows color (decimal): -3686346 or 3588295. OLE color: 3588295.

HSL color Cylindrical-coordinate representation of color #C7C036: hue angle of 57.1º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7C036 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 192 54 -
CMYK 0 0.04 0.73 0.22
HSL 57.1º 0.57% 0.5% -
HSV(B) 57.1º 0.73% 0.78% -
XYZ 43.07 50.11 10.89 -
YUV 178.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 199 192 54 0 0.04 0.73 0.22 57.1 0.57 0.5
Hex C7 C0 36 0 4 49 16 39 39 32
Octal 307 300 66 0 4 111 26 71 71 62
Binary 11000111 11000000 110110 0 100 1001001 10110 111001 111001 110010

Color Harmonies of #C7C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C036

Black with #C7C036

Text Example


Text Example

White with #C7C036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C036; }

 p { color: rgb(199,192,54); }

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

background-color css

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

 a { background-color: rgb(199,192,54); }

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

border-color css

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

 span { border-color: rgb(199,192,54); }

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