Html Css Color HEX #C09429 Nugget

📋 copy color: '#C09429'

red 192 ◦ green 148 ◦ blue 41

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

Shades of Nugget #C09429

Tints of Nugget #C09429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 50.39%
G = 38.85%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09429 (or 0xC09429) is known color: Nugget. HEX triplet: C0, 94 and 29. RGB value is (192,148,41). Sum of RGB (Red+Green+Blue) = 192+148+41=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C09429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09429 is #3F6BD6. Grayscale: #959595. Windows color (decimal): -4156375 or 2725056. OLE color: 2725056.

HSL color Cylindrical-coordinate representation of color #C09429: hue angle of 42.52º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C09429 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 41 -
CMYK 0 0.23 0.79 0.25
HSL 42.52º 0.65% 0.46% -
HSV(B) 42.52º 0.79% 0.75% -
XYZ 32.73 32.55 6.65 -
YUV 148.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 192 148 41 0 0.23 0.79 0.25 42.52 0.65 0.46
Hex C0 94 29 0 17 4F 19 2B 41 2E
Octal 300 224 51 0 27 117 31 53 101 56
Binary 11000000 10010100 101001 0 10111 1001111 11001 101011 1000001 101110

Color Harmonies of #C09429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09429

Black with #C09429

Text Example


Text Example

White with #C09429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09429; }

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

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

background-color css

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

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

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

border-color css

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

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

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