Html Css Color HEX #C29421 Nugget

📋 copy color: '#C29421'

red 194 ◦ green 148 ◦ blue 33

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

Shades of Nugget #C29421

Tints of Nugget #C29421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 51.73%
G = 39.47%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C29421 (or 0xC29421) is known color: Nugget. HEX triplet: C2, 94 and 21. RGB value is (194,148,33). Sum of RGB (Red+Green+Blue) = 194+148+33=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C29421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29421 is #3D6BDE. Grayscale: #959595. Windows color (decimal): -4025311 or 2200770. OLE color: 2200770.

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

Color convert

RGB 194 148 33 -
CMYK 0 0.24 0.83 0.24
HSL 42.86º 0.71% 0.45% -
HSV(B) 42.86º 0.83% 0.76% -
XYZ 33.11 32.76 6.02 -
YUV 148.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 194 148 33 0 0.24 0.83 0.24 42.86 0.71 0.45
Hex C2 94 21 0 18 53 18 2B 47 2D
Octal 302 224 41 0 30 123 30 53 107 55
Binary 11000010 10010100 100001 0 11000 1010011 11000 101011 1000111 101101

Color Harmonies of #C29421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29421

Black with #C29421

Text Example


Text Example

White with #C29421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29421; }

 p { color: rgb(194,148,33); }

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

background-color css

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

 a { background-color: rgb(194,148,33); }

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

border-color css

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

 span { border-color: rgb(194,148,33); }

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