Html Css Color HEX #C09426 Nugget

📋 copy color: '#C09426'

red 192 ◦ green 148 ◦ blue 38

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

Shades of Nugget #C09426

Tints of Nugget #C09426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 50.79%
G = 39.15%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C09426 (or 0xC09426) is known color: Nugget. HEX triplet: C0, 94 and 26. RGB value is (192,148,38). Sum of RGB (Red+Green+Blue) = 192+148+38=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C09426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09426 is #3F6BD9. Grayscale: #959595. Windows color (decimal): -4156378 or 2528448. OLE color: 2528448.

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

Color convert

RGB 192 148 38 -
CMYK 0 0.23 0.80 0.25
HSL 42.86º 0.67% 0.45% -
HSV(B) 42.86º 0.8% 0.75% -
XYZ 32.68 32.53 6.39 -
YUV 148.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 192 148 38 0 0.23 0.80 0.25 42.86 0.67 0.45
Hex C0 94 26 0 17 50 19 2B 43 2D
Octal 300 224 46 0 27 120 31 53 103 55
Binary 11000000 10010100 100110 0 10111 1010000 11001 101011 1000011 101101

Color Harmonies of #C09426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09426

Black with #C09426

Text Example


Text Example

White with #C09426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09426; }

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

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

background-color css

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

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

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

border-color css

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

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

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