Html Css Color HEX #C29E2E Nugget

📋 copy color: '#C29E2E'

red 194 ◦ green 158 ◦ blue 46

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

Shades of Nugget #C29E2E

Tints of Nugget #C29E2E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

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

R = 48.74%
G = 39.7%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C29E2E (or 0xC29E2E) is known color: Nugget. HEX triplet: C2, 9E and 2E. RGB value is (194,158,46). Sum of RGB (Red+Green+Blue) = 194+158+46=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E2E is #3D61D1. Grayscale: #9C9C9C. Windows color (decimal): -4022738 or 3055298. OLE color: 3055298.

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

Color convert

RGB 194 158 46 -
CMYK 0 0.19 0.76 0.24
HSL 45.41º 0.62% 0.47% -
HSV(B) 45.41º 0.76% 0.76% -
XYZ 34.97 36.12 7.71 -
YUV 156 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 194 158 46 0 0.19 0.76 0.24 45.41 0.62 0.47
Hex C2 9E 2E 0 13 4C 18 2D 3E 2F
Octal 302 236 56 0 23 114 30 55 76 57
Binary 11000010 10011110 101110 0 10011 1001100 11000 101101 111110 101111

Color Harmonies of #C29E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E2E

Black with #C29E2E

Text Example


Text Example

White with #C29E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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