Html Css Color HEX #C29F33 Nugget

📋 copy color: '#C29F33'

red 194 ◦ green 159 ◦ blue 51

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

Shades of Nugget #C29F33

Tints of Nugget #C29F33

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 51 (20.31% from 255) = 12.62%

R = 48.02%
G = 39.36%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C29F33 (or 0xC29F33) is known color: Nugget. HEX triplet: C2, 9F and 33. RGB value is (194,159,51). Sum of RGB (Red+Green+Blue) = 194+159+51=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F33 is #3D60CC. Grayscale: #9D9D9D. Windows color (decimal): -4022477 or 3383234. OLE color: 3383234.

HSL color Cylindrical-coordinate representation of color #C29F33: hue angle of 45.31º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29F33 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 51 -
CMYK 0 0.18 0.74 0.24
HSL 45.31º 0.58% 0.48% -
HSV(B) 45.31º 0.74% 0.76% -
XYZ 35.24 36.5 8.32 -
YUV 157.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 194 159 51 0 0.18 0.74 0.24 45.31 0.58 0.48
Hex C2 9F 33 0 12 4A 18 2D 3A 30
Octal 302 237 63 0 22 112 30 55 72 60
Binary 11000010 10011111 110011 0 10010 1001010 11000 101101 111010 110000

Color Harmonies of #C29F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F33

Black with #C29F33

Text Example


Text Example

White with #C29F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F33; }

 p { color: rgb(194,159,51); }

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

background-color css

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

 a { background-color: rgb(194,159,51); }

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

border-color css

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

 span { border-color: rgb(194,159,51); }

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