Html Css Color HEX #C29C2C Nugget

📋 copy color: '#C29C2C'

red 194 ◦ green 156 ◦ blue 44

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

Shades of Nugget #C29C2C

Tints of Nugget #C29C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.17%

R = 49.24%
G = 39.59%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C29C2C (or 0xC29C2C) is known color: Nugget. HEX triplet: C2, 9C and 2C. RGB value is (194,156,44). Sum of RGB (Red+Green+Blue) = 194+156+44=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C2C is #3D63D3. Grayscale: #9B9B9B. Windows color (decimal): -4023252 or 2923714. OLE color: 2923714.

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

Color convert

RGB 194 156 44 -
CMYK 0 0.20 0.77 0.24
HSL 44.8º 0.63% 0.47% -
HSV(B) 44.8º 0.77% 0.76% -
XYZ 34.59 35.43 7.4 -
YUV 154.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 194 156 44 0 0.20 0.77 0.24 44.8 0.63 0.47
Hex C2 9C 2C 0 14 4D 18 2D 3F 2F
Octal 302 234 54 0 24 115 30 55 77 57
Binary 11000010 10011100 101100 0 10100 1001101 11000 101101 111111 101111

Color Harmonies of #C29C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C2C

Black with #C29C2C

Text Example


Text Example

White with #C29C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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