Html Css Color HEX #C7BA2B Old Gold

📋 copy color: '#C7BA2B'

red 199 ◦ green 186 ◦ blue 43

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

Shades of Old Gold #C7BA2B

Tints of Old Gold #C7BA2B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 43 (17.19% from 255) = 10.05%

R = 46.5%
G = 43.46%
B = 10.05%

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

#C7BA2B (or 0xC7BA2B) is known color: Old Gold. HEX triplet: C7, BA and 2B. RGB value is (199,186,43). Sum of RGB (Red+Green+Blue) = 199+186+43=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA2B is #3845D4. Grayscale: #AEAEAE. Windows color (decimal): -3687893 or 2865863. OLE color: 2865863.

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

Color convert

RGB 199 186 43 -
CMYK 0 0.07 0.78 0.22
HSL 55º 0.64% 0.47% -
HSV(B) 55º 0.78% 0.78% -
XYZ 41.55 47.43 9.25 -
YUV 173.59 54.31 146.13 -
System Red Green Blue C M Y K H S L
Decimal 199 186 43 0 0.07 0.78 0.22 55 0.64 0.47
Hex C7 BA 2B 0 7 4E 16 37 40 2F
Octal 307 272 53 0 7 116 26 67 100 57
Binary 11000111 10111010 101011 0 111 1001110 10110 110111 1000000 101111

Color Harmonies of #C7BA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA2B

Black with #C7BA2B

Text Example


Text Example

White with #C7BA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA2B; }

 p { color: rgb(199,186,43); }

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

background-color css

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

 a { background-color: rgb(199,186,43); }

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

border-color css

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

 span { border-color: rgb(199,186,43); }

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