Html Css Color HEX #C29A2E Nugget

📋 copy color: '#C29A2E'

red 194 ◦ green 154 ◦ blue 46

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

Shades of Nugget #C29A2E

Tints of Nugget #C29A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 49.24%
G = 39.09%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C29A2E (or 0xC29A2E) is known color: Nugget. HEX triplet: C2, 9A and 2E. RGB value is (194,154,46). Sum of RGB (Red+Green+Blue) = 194+154+46=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A2E is #3D65D1. Grayscale: #9A9A9A. Windows color (decimal): -4023762 or 3054274. OLE color: 3054274.

HSL color Cylindrical-coordinate representation of color #C29A2E: hue angle of 43.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C29A2E is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 46 -
CMYK 0 0.21 0.76 0.24
HSL 43.78º 0.62% 0.47% -
HSV(B) 43.78º 0.76% 0.76% -
XYZ 34.3 34.78 7.49 -
YUV 153.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 194 154 46 0 0.21 0.76 0.24 43.78 0.62 0.47
Hex C2 9A 2E 0 15 4C 18 2C 3E 2F
Octal 302 232 56 0 25 114 30 54 76 57
Binary 11000010 10011010 101110 0 10101 1001100 11000 101100 111110 101111

Color Harmonies of #C29A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A2E

Black with #C29A2E

Text Example


Text Example

White with #C29A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A2E; }

 p { color: rgb(194,154,46); }

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

background-color css

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

 a { background-color: rgb(194,154,46); }

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

border-color css

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

 span { border-color: rgb(194,154,46); }

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