Html Css Color HEX #C7A12D Nugget

📋 copy color: '#C7A12D'

red 199 ◦ green 161 ◦ blue 45

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

Shades of Nugget #C7A12D

Tints of Nugget #C7A12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.11%

R = 49.14%
G = 39.75%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7A12D (or 0xC7A12D) is known color: Nugget. HEX triplet: C7, A1 and 2D. RGB value is (199,161,45). Sum of RGB (Red+Green+Blue) = 199+161+45=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A12D is #385ED2. Grayscale: #9F9F9F. Windows color (decimal): -3694291 or 2990535. OLE color: 2990535.

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

Color convert

RGB 199 161 45 -
CMYK 0 0.19 0.77 0.22
HSL 45.19º 0.63% 0.48% -
HSV(B) 45.19º 0.77% 0.78% -
XYZ 36.77 37.82 7.84 -
YUV 159.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 199 161 45 0 0.19 0.77 0.22 45.19 0.63 0.48
Hex C7 A1 2D 0 13 4D 16 2D 3F 30
Octal 307 241 55 0 23 115 26 55 77 60
Binary 11000111 10100001 101101 0 10011 1001101 10110 101101 111111 110000

Color Harmonies of #C7A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A12D

Black with #C7A12D

Text Example


Text Example

White with #C7A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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