Html Css Color HEX #C7A12F Nugget

📋 copy color: '#C7A12F'

red 199 ◦ green 161 ◦ blue 47

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

Shades of Nugget #C7A12F

Tints of Nugget #C7A12F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

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

R = 48.89%
G = 39.56%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7A12F (or 0xC7A12F) is known color: Nugget. HEX triplet: C7, A1 and 2F. RGB value is (199,161,47). Sum of RGB (Red+Green+Blue) = 199+161+47=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A12F is #385ED0. Grayscale: #9F9F9F. Windows color (decimal): -3694289 or 3121607. OLE color: 3121607.

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

Color convert

RGB 199 161 47 -
CMYK 0 0.19 0.76 0.22
HSL 45º 0.62% 0.48% -
HSV(B) 45º 0.76% 0.78% -
XYZ 36.81 37.84 8.05 -
YUV 159.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 199 161 47 0 0.19 0.76 0.22 45 0.62 0.48
Hex C7 A1 2F 0 13 4C 16 2D 3E 30
Octal 307 241 57 0 23 114 26 55 76 60
Binary 11000111 10100001 101111 0 10011 1001100 10110 101101 111110 110000

Color Harmonies of #C7A12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A12F

Black with #C7A12F

Text Example


Text Example

White with #C7A12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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