Html Css Color HEX #C29C2A Nugget

📋 copy color: '#C29C2A'

red 194 ◦ green 156 ◦ blue 42

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

Shades of Nugget #C29C2A

Tints of Nugget #C29C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 49.49%
G = 39.8%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C29C2A (or 0xC29C2A) is known color: Nugget. HEX triplet: C2, 9C and 2A. RGB value is (194,156,42). Sum of RGB (Red+Green+Blue) = 194+156+42=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C2A is #3D63D5. Grayscale: #9A9A9A. Windows color (decimal): -4023254 or 2792642. OLE color: 2792642.

HSL color Cylindrical-coordinate representation of color #C29C2A: hue angle of 45º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C29C2A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 156 42 -
CMYK 0 0.20 0.78 0.24
HSL 45º 0.64% 0.46% -
HSV(B) 45º 0.78% 0.76% -
XYZ 34.55 35.41 7.2 -
YUV 154.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 194 156 42 0 0.20 0.78 0.24 45 0.64 0.46
Hex C2 9C 2A 0 14 4E 18 2D 40 2E
Octal 302 234 52 0 24 116 30 55 100 56
Binary 11000010 10011100 101010 0 10100 1001110 11000 101101 1000000 101110

Color Harmonies of #C29C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C2A

Black with #C29C2A

Text Example


Text Example

White with #C29C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C2A; }

 p { color: rgb(194,156,42); }

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

background-color css

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

 a { background-color: rgb(194,156,42); }

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

border-color css

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

 span { border-color: rgb(194,156,42); }

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