Html Css Color HEX #C7B62C Old Gold

📋 copy color: '#C7B62C'

red 199 ◦ green 182 ◦ blue 44

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

Shades of Old Gold #C7B62C

Tints of Old Gold #C7B62C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 46.82%
G = 42.82%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7B62C (or 0xC7B62C) is known color: Old Gold. HEX triplet: C7, B6 and 2C. RGB value is (199,182,44). Sum of RGB (Red+Green+Blue) = 199+182+44=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B62C is #3849D3. Grayscale: #ABABAB. Windows color (decimal): -3688916 or 2930375. OLE color: 2930375.

HSL color Cylindrical-coordinate representation of color #C7B62C: hue angle of 53.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7B62C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 44 -
CMYK 0 0.09 0.78 0.22
HSL 53.42º 0.64% 0.48% -
HSV(B) 53.42º 0.78% 0.78% -
XYZ 40.74 45.78 9.07 -
YUV 171.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 199 182 44 0 0.09 0.78 0.22 53.42 0.64 0.48
Hex C7 B6 2C 0 9 4E 16 35 40 30
Octal 307 266 54 0 11 116 26 65 100 60
Binary 11000111 10110110 101100 0 1001 1001110 10110 110101 1000000 110000

Color Harmonies of #C7B62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B62C

Black with #C7B62C

Text Example


Text Example

White with #C7B62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B62C; }

 p { color: rgb(199,182,44); }

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

background-color css

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

 a { background-color: rgb(199,182,44); }

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

border-color css

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

 span { border-color: rgb(199,182,44); }

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