Html Css Color HEX #C09226 Nugget

📋 copy color: '#C09226'

red 192 ◦ green 146 ◦ blue 38

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

Shades of Nugget #C09226

Tints of Nugget #C09226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

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

R = 51.06%
G = 38.83%
B = 10.11%

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

#C09226 (or 0xC09226) is known color: Nugget. HEX triplet: C0, 92 and 26. RGB value is (192,146,38). Sum of RGB (Red+Green+Blue) = 192+146+38=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09226 is #3F6DD9. Grayscale: #939393. Windows color (decimal): -4156890 or 2527936. OLE color: 2527936.

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

Color convert

RGB 192 146 38 -
CMYK 0 0.24 0.80 0.25
HSL 42.08º 0.67% 0.45% -
HSV(B) 42.08º 0.8% 0.75% -
XYZ 32.37 31.9 6.29 -
YUV 147.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 192 146 38 0 0.24 0.80 0.25 42.08 0.67 0.45
Hex C0 92 26 0 18 50 19 2A 43 2D
Octal 300 222 46 0 30 120 31 52 103 55
Binary 11000000 10010010 100110 0 11000 1010000 11001 101010 1000011 101101

Color Harmonies of #C09226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09226

Black with #C09226

Text Example


Text Example

White with #C09226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09226; }

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

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

background-color css

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

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

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

border-color css

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

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

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