Html Css Color HEX #C7A12C Nugget

📋 copy color: '#C7A12C'

red 199 ◦ green 161 ◦ blue 44

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

Shades of Nugget #C7A12C

Tints of Nugget #C7A12C

RGB

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

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

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

R = 49.26%
G = 39.85%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7A12C (or 0xC7A12C) is known color: Nugget. HEX triplet: C7, A1 and 2C. RGB value is (199,161,44). Sum of RGB (Red+Green+Blue) = 199+161+44=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A12C is #385ED3. Grayscale: #9F9F9F. Windows color (decimal): -3694292 or 2924999. OLE color: 2924999.

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

Color convert

RGB 199 161 44 -
CMYK 0 0.19 0.78 0.22
HSL 45.29º 0.64% 0.48% -
HSV(B) 45.29º 0.78% 0.78% -
XYZ 36.75 37.81 7.74 -
YUV 159.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 199 161 44 0 0.19 0.78 0.22 45.29 0.64 0.48
Hex C7 A1 2C 0 13 4E 16 2D 40 30
Octal 307 241 54 0 23 116 26 55 100 60
Binary 11000111 10100001 101100 0 10011 1001110 10110 101101 1000000 110000

Color Harmonies of #C7A12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A12C

Black with #C7A12C

Text Example


Text Example

White with #C7A12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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