Html Css Color HEX #C8A12D Nugget

📋 copy color: '#C8A12D'

red 200 ◦ green 161 ◦ blue 45

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

Shades of Nugget #C8A12D

Tints of Nugget #C8A12D

RGB

 RED value IS 200 (78.52% from 255) = 49.26%

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

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

R = 49.26%
G = 39.66%
B = 11.08%

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

#C8A12D (or 0xC8A12D) is known color: Nugget. HEX triplet: C8, A1 and 2D. RGB value is (200,161,45). Sum of RGB (Red+Green+Blue) = 200+161+45=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A12D is #375ED2. Grayscale: #9F9F9F. Windows color (decimal): -3628755 or 2990536. OLE color: 2990536.

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

Color convert

RGB 200 161 45 -
CMYK 0 0.19 0.78 0.22
HSL 44.9º 0.63% 0.48% -
HSV(B) 44.9º 0.78% 0.78% -
XYZ 37.04 37.96 7.86 -
YUV 159.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 200 161 45 0 0.19 0.78 0.22 44.9 0.63 0.48
Hex C8 A1 2D 0 13 4E 16 2D 3F 30
Octal 310 241 55 0 23 116 26 55 77 60
Binary 11001000 10100001 101101 0 10011 1001110 10110 101101 111111 110000

Color Harmonies of #C8A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A12D

Black with #C8A12D

Text Example


Text Example

White with #C8A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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