Html Css Color HEX #C29222 Nugget

📋 copy color: '#C29222'

red 194 ◦ green 146 ◦ blue 34

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

Shades of Nugget #C29222

Tints of Nugget #C29222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 34 (13.67% from 255) = 9.09%

R = 51.87%
G = 39.04%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29222 (or 0xC29222) is known color: Nugget. HEX triplet: C2, 92 and 22. RGB value is (194,146,34). Sum of RGB (Red+Green+Blue) = 194+146+34=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C29222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29222 is #3D6DDD. Grayscale: #949494. Windows color (decimal): -4025822 or 2265794. OLE color: 2265794.

HSL color Cylindrical-coordinate representation of color #C29222: hue angle of 42º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29222 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 34 -
CMYK 0 0.25 0.82 0.24
HSL 42º 0.7% 0.45% -
HSV(B) 42º 0.82% 0.76% -
XYZ 32.82 32.14 5.99 -
YUV 147.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 194 146 34 0 0.25 0.82 0.24 42 0.7 0.45
Hex C2 92 22 0 19 52 18 2A 46 2D
Octal 302 222 42 0 31 122 30 52 106 55
Binary 11000010 10010010 100010 0 11001 1010010 11000 101010 1000110 101101

Color Harmonies of #C29222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29222

Black with #C29222

Text Example


Text Example

White with #C29222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29222; }

 p { color: rgb(194,146,34); }

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

background-color css

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

 a { background-color: rgb(194,146,34); }

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

border-color css

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

 span { border-color: rgb(194,146,34); }

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