Html Css Color HEX #C29B2C Nugget

📋 copy color: '#C29B2C'

red 194 ◦ green 155 ◦ blue 44

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

Shades of Nugget #C29B2C

Tints of Nugget #C29B2C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

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

R = 49.36%
G = 39.44%
B = 11.2%

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

#C29B2C (or 0xC29B2C) is known color: Nugget. HEX triplet: C2, 9B and 2C. RGB value is (194,155,44). Sum of RGB (Red+Green+Blue) = 194+155+44=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B2C is #3D64D3. Grayscale: #9A9A9A. Windows color (decimal): -4023508 or 2923458. OLE color: 2923458.

HSL color Cylindrical-coordinate representation of color #C29B2C: hue angle of 44.4º 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 #C29B2C is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 44 -
CMYK 0 0.20 0.77 0.24
HSL 44.4º 0.63% 0.47% -
HSV(B) 44.4º 0.77% 0.76% -
XYZ 34.42 35.09 7.34 -
YUV 154.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 194 155 44 0 0.20 0.77 0.24 44.4 0.63 0.47
Hex C2 9B 2C 0 14 4D 18 2C 3F 2F
Octal 302 233 54 0 24 115 30 54 77 57
Binary 11000010 10011011 101100 0 10100 1001101 11000 101100 111111 101111

Color Harmonies of #C29B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B2C

Black with #C29B2C

Text Example


Text Example

White with #C29B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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