Html Css Color HEX #C29B2A Nugget

📋 copy color: '#C29B2A'

red 194 ◦ green 155 ◦ blue 42

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

Shades of Nugget #C29B2A

Tints of Nugget #C29B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

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

R = 49.62%
G = 39.64%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C29B2A (or 0xC29B2A) is known color: Nugget. HEX triplet: C2, 9B and 2A. RGB value is (194,155,42). Sum of RGB (Red+Green+Blue) = 194+155+42=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B2A is #3D64D5. Grayscale: #9A9A9A. Windows color (decimal): -4023510 or 2792386. OLE color: 2792386.

HSL color Cylindrical-coordinate representation of color #C29B2A: hue angle of 44.61º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C29B2A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 42 -
CMYK 0 0.20 0.78 0.24
HSL 44.61º 0.64% 0.46% -
HSV(B) 44.61º 0.78% 0.76% -
XYZ 34.39 35.08 7.15 -
YUV 153.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 194 155 42 0 0.20 0.78 0.24 44.61 0.64 0.46
Hex C2 9B 2A 0 14 4E 18 2D 40 2E
Octal 302 233 52 0 24 116 30 55 100 56
Binary 11000010 10011011 101010 0 10100 1001110 11000 101101 1000000 101110

Color Harmonies of #C29B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B2A

Black with #C29B2A

Text Example


Text Example

White with #C29B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B2A; }

 p { color: rgb(194,155,42); }

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

background-color css

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

 a { background-color: rgb(194,155,42); }

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

border-color css

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

 span { border-color: rgb(194,155,42); }

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