Html Css Color HEX #C29E30 Nugget

📋 copy color: '#C29E30'

red 194 ◦ green 158 ◦ blue 48

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

Shades of Nugget #C29E30

Tints of Nugget #C29E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12%

R = 48.5%
G = 39.5%
B = 12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C29E30 (or 0xC29E30) is known color: Nugget. HEX triplet: C2, 9E and 30. RGB value is (194,158,48). Sum of RGB (Red+Green+Blue) = 194+158+48=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E30 is #3D61CF. Grayscale: #9C9C9C. Windows color (decimal): -4022736 or 3186370. OLE color: 3186370.

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

Color convert

RGB 194 158 48 -
CMYK 0 0.19 0.75 0.24
HSL 45.21º 0.6% 0.47% -
HSV(B) 45.21º 0.75% 0.76% -
XYZ 35.01 36.14 7.93 -
YUV 156.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 194 158 48 0 0.19 0.75 0.24 45.21 0.6 0.47
Hex C2 9E 30 0 13 4B 18 2D 3C 2F
Octal 302 236 60 0 23 113 30 55 74 57
Binary 11000010 10011110 110000 0 10011 1001011 11000 101101 111100 101111

Color Harmonies of #C29E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E30

Black with #C29E30

Text Example


Text Example

White with #C29E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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