Html Css Color HEX #C29123 Nugget

📋 copy color: '#C29123'

red 194 ◦ green 145 ◦ blue 35

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

Shades of Nugget #C29123

Tints of Nugget #C29123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

 BLUE value IS 35 (14.06% from 255) = 9.36%

R = 51.87%
G = 38.77%
B = 9.36%

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

#C29123 (or 0xC29123) is known color: Nugget. HEX triplet: C2, 91 and 23. RGB value is (194,145,35). Sum of RGB (Red+Green+Blue) = 194+145+35=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C29123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29123 is #3D6EDC. Grayscale: #939393. Windows color (decimal): -4026077 or 2331074. OLE color: 2331074.

HSL color Cylindrical-coordinate representation of color #C29123: hue angle of 41.51º degrees, saturation: 0.69, 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 #C29123 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 35 -
CMYK 0 0.25 0.82 0.24
HSL 41.51º 0.69% 0.45% -
HSV(B) 41.51º 0.82% 0.76% -
XYZ 32.68 31.84 6.01 -
YUV 147.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 194 145 35 0 0.25 0.82 0.24 41.51 0.69 0.45
Hex C2 91 23 0 19 52 18 2A 45 2D
Octal 302 221 43 0 31 122 30 52 105 55
Binary 11000010 10010001 100011 0 11001 1010010 11000 101010 1000101 101101

Color Harmonies of #C29123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29123

Black with #C29123

Text Example


Text Example

White with #C29123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29123; }

 p { color: rgb(194,145,35); }

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

background-color css

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

 a { background-color: rgb(194,145,35); }

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

border-color css

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

 span { border-color: rgb(194,145,35); }

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