Html Css Color HEX #C6A02A Nugget

📋 copy color: '#C6A02A'

red 198 ◦ green 160 ◦ blue 42

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

Shades of Nugget #C6A02A

Tints of Nugget #C6A02A

RGB

 RED value IS 198 (77.73% from 255) = 49.5%

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

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 49.5%
G = 40%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6A02A (or 0xC6A02A) is known color: Nugget. HEX triplet: C6, A0 and 2A. RGB value is (198,160,42). Sum of RGB (Red+Green+Blue) = 198+160+42=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A02A is #395FD5. Grayscale: #9E9E9E. Windows color (decimal): -3760086 or 2793670. OLE color: 2793670.

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

Color convert

RGB 198 160 42 -
CMYK 0 0.19 0.79 0.22
HSL 45.38º 0.65% 0.47% -
HSV(B) 45.38º 0.79% 0.78% -
XYZ 36.28 37.31 7.48 -
YUV 157.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 198 160 42 0 0.19 0.79 0.22 45.38 0.65 0.47
Hex C6 A0 2A 0 13 4F 16 2D 41 2F
Octal 306 240 52 0 23 117 26 55 101 57
Binary 11000110 10100000 101010 0 10011 1001111 10110 101101 1000001 101111

Color Harmonies of #C6A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A02A

Black with #C6A02A

Text Example


Text Example

White with #C6A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A02A; }

 p { color: rgb(198,160,42); }

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

background-color css

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

 a { background-color: rgb(198,160,42); }

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

border-color css

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

 span { border-color: rgb(198,160,42); }

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