Html Css Color HEX #C8A02F Nugget

📋 copy color: '#C8A02F'

red 200 ◦ green 160 ◦ blue 47

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

Shades of Nugget #C8A02F

Tints of Nugget #C8A02F

RGB

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

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

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

R = 49.14%
G = 39.31%
B = 11.55%

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

#C8A02F (or 0xC8A02F) is known color: Nugget. HEX triplet: C8, A0 and 2F. RGB value is (200,160,47). Sum of RGB (Red+Green+Blue) = 200+160+47=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A02F is #375FD0. Grayscale: #9F9F9F. Windows color (decimal): -3629009 or 3121352. OLE color: 3121352.

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

Color convert

RGB 200 160 47 -
CMYK 0 0.2 0.76 0.22
HSL 44.31º 0.62% 0.48% -
HSV(B) 44.31º 0.77% 0.78% -
XYZ 36.9 37.63 8.01 -
YUV 159.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 200 160 47 0 0.2 0.76 0.22 44.31 0.62 0.48
Hex C8 A0 2F 0 14 4C 16 2C 3E 30
Octal 310 240 57 0 24 114 26 54 76 60
Binary 11001000 10100000 101111 0 10100 1001100 10110 101100 111110 110000

Color Harmonies of #C8A02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A02F

Black with #C8A02F

Text Example


Text Example

White with #C8A02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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