Html Css Color HEX #C29020 Nugget

📋 copy color: '#C29020'

red 194 ◦ green 144 ◦ blue 32

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

Shades of Nugget #C29020

Tints of Nugget #C29020

RGB

 RED value IS 194 (76.17% from 255) = 52.43%

 GREEN value IS 144 (56.64% from 255) = 38.92%

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 52.43%
G = 38.92%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C29020 (or 0xC29020) is known color: Nugget. HEX triplet: C2, 90 and 20. RGB value is (194,144,32). Sum of RGB (Red+Green+Blue) = 194+144+32=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29020 is #3D6FDF. Grayscale: #929292. Windows color (decimal): -4026336 or 2134210. OLE color: 2134210.

HSL color Cylindrical-coordinate representation of color #C29020: hue angle of 41.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C29020 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 32 -
CMYK 0 0.26 0.84 0.24
HSL 41.48º 0.72% 0.44% -
HSV(B) 41.48º 0.84% 0.76% -
XYZ 32.48 31.52 5.74 -
YUV 146.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 194 144 32 0 0.26 0.84 0.24 41.48 0.72 0.44
Hex C2 90 20 0 1A 54 18 29 48 2C
Octal 302 220 40 0 32 124 30 51 110 54
Binary 11000010 10010000 100000 0 11010 1010100 11000 101001 1001000 101100

Color Harmonies of #C29020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29020

Black with #C29020

Text Example


Text Example

White with #C29020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29020; }

 p { color: rgb(194,144,32); }

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

background-color css

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

 a { background-color: rgb(194,144,32); }

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

border-color css

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

 span { border-color: rgb(194,144,32); }

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