Html Css Color HEX #C7B92C Old Gold

📋 copy color: '#C7B92C'

red 199 ◦ green 185 ◦ blue 44

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

Shades of Old Gold #C7B92C

Tints of Old Gold #C7B92C

RGB

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

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

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

R = 46.5%
G = 43.22%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7B92C (or 0xC7B92C) is known color: Old Gold. HEX triplet: C7, B9 and 2C. RGB value is (199,185,44). Sum of RGB (Red+Green+Blue) = 199+185+44=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B92C is #3846D3. Grayscale: #ADADAD. Windows color (decimal): -3688148 or 2931143. OLE color: 2931143.

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

Color convert

RGB 199 185 44 -
CMYK 0 0.07 0.78 0.22
HSL 54.58º 0.64% 0.48% -
HSV(B) 54.58º 0.78% 0.78% -
XYZ 41.36 47.02 9.28 -
YUV 173.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 199 185 44 0 0.07 0.78 0.22 54.58 0.64 0.48
Hex C7 B9 2C 0 7 4E 16 37 40 30
Octal 307 271 54 0 7 116 26 67 100 60
Binary 11000111 10111001 101100 0 111 1001110 10110 110111 1000000 110000

Color Harmonies of #C7B92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B92C

Black with #C7B92C

Text Example


Text Example

White with #C7B92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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