Html Css Color HEX #C09126 Nugget

📋 copy color: '#C09126'

red 192 ◦ green 145 ◦ blue 38

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

Shades of Nugget #C09126

Tints of Nugget #C09126

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

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

 BLUE value IS 38 (15.23% from 255) = 10.13%

R = 51.2%
G = 38.67%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C09126 (or 0xC09126) is known color: Nugget. HEX triplet: C0, 91 and 26. RGB value is (192,145,38). Sum of RGB (Red+Green+Blue) = 192+145+38=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09126 is #3F6ED9. Grayscale: #939393. Windows color (decimal): -4157146 or 2527680. OLE color: 2527680.

HSL color Cylindrical-coordinate representation of color #C09126: hue angle of 41.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09126 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 38 -
CMYK 0 0.24 0.80 0.25
HSL 41.69º 0.67% 0.45% -
HSV(B) 41.69º 0.8% 0.75% -
XYZ 32.21 31.6 6.23 -
YUV 146.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 192 145 38 0 0.24 0.80 0.25 41.69 0.67 0.45
Hex C0 91 26 0 18 50 19 2A 43 2D
Octal 300 221 46 0 30 120 31 52 103 55
Binary 11000000 10010001 100110 0 11000 1010000 11001 101010 1000011 101101

Color Harmonies of #C09126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09126

Black with #C09126

Text Example


Text Example

White with #C09126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09126; }

 p { color: rgb(192,145,38); }

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

background-color css

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

 a { background-color: rgb(192,145,38); }

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

border-color css

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

 span { border-color: rgb(192,145,38); }

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