Html Css Color HEX #C7BB2F Old Gold

📋 copy color: '#C7BB2F'

red 199 ◦ green 187 ◦ blue 47

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

Shades of Old Gold #C7BB2F

Tints of Old Gold #C7BB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.19%

 BLUE value IS 47 (18.75% from 255) = 10.85%

R = 45.96%
G = 43.19%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7BB2F (or 0xC7BB2F) is known color: Old Gold. HEX triplet: C7, BB and 2F. RGB value is (199,187,47). Sum of RGB (Red+Green+Blue) = 199+187+47=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB2F is #3844D0. Grayscale: #AFAFAF. Windows color (decimal): -3687633 or 3128263. OLE color: 3128263.

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

Color convert

RGB 199 187 47 -
CMYK 0 0.06 0.76 0.22
HSL 55.26º 0.62% 0.48% -
HSV(B) 55.26º 0.76% 0.78% -
XYZ 41.84 47.89 9.73 -
YUV 174.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 199 187 47 0 0.06 0.76 0.22 55.26 0.62 0.48
Hex C7 BB 2F 0 6 4C 16 37 3E 30
Octal 307 273 57 0 6 114 26 67 76 60
Binary 11000111 10111011 101111 0 110 1001100 10110 110111 111110 110000

Color Harmonies of #C7BB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BB2F

Black with #C7BB2F

Text Example


Text Example

White with #C7BB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BB2F; }

 p { color: rgb(199,187,47); }

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

background-color css

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

 a { background-color: rgb(199,187,47); }

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

border-color css

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

 span { border-color: rgb(199,187,47); }

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