Html Css Color HEX #C8A031 Nugget

📋 copy color: '#C8A031'

red 200 ◦ green 160 ◦ blue 49

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

Shades of Nugget #C8A031

Tints of Nugget #C8A031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 48.9%
G = 39.12%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8A031 (or 0xC8A031) is known color: Nugget. HEX triplet: C8, A0 and 31. RGB value is (200,160,49). Sum of RGB (Red+Green+Blue) = 200+160+49=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A031 is #375FCE. Grayscale: #9F9F9F. Windows color (decimal): -3629007 or 3252424. OLE color: 3252424.

HSL color Cylindrical-coordinate representation of color #C8A031: hue angle of 44.11º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8A031 is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 49 -
CMYK 0 0.2 0.76 0.22
HSL 44.11º 0.61% 0.49% -
HSV(B) 44.11º 0.76% 0.78% -
XYZ 36.94 37.64 8.22 -
YUV 159.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 200 160 49 0 0.2 0.76 0.22 44.11 0.61 0.49
Hex C8 A0 31 0 14 4C 16 2C 3D 31
Octal 310 240 61 0 24 114 26 54 75 61
Binary 11001000 10100000 110001 0 10100 1001100 10110 101100 111101 110001

Color Harmonies of #C8A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A031

Black with #C8A031

Text Example


Text Example

White with #C8A031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A031; }

 p { color: rgb(200,160,49); }

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

background-color css

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

 a { background-color: rgb(200,160,49); }

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

border-color css

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

 span { border-color: rgb(200,160,49); }

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