Html Css Color HEX #C09029 Nugget

📋 copy color: '#C09029'

red 192 ◦ green 144 ◦ blue 41

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

Shades of Nugget #C09029

Tints of Nugget #C09029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 50.93%
G = 38.2%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09029 (or 0xC09029) is known color: Nugget. HEX triplet: C0, 90 and 29. RGB value is (192,144,41). Sum of RGB (Red+Green+Blue) = 192+144+41=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09029 is #3F6FD6. Grayscale: #939393. Windows color (decimal): -4157399 or 2724032. OLE color: 2724032.

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

Color convert

RGB 192 144 41 -
CMYK 0 0.25 0.79 0.25
HSL 40.93º 0.65% 0.46% -
HSV(B) 40.93º 0.79% 0.75% -
XYZ 32.11 31.31 6.45 -
YUV 146.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 192 144 41 0 0.25 0.79 0.25 40.93 0.65 0.46
Hex C0 90 29 0 19 4F 19 29 41 2E
Octal 300 220 51 0 31 117 31 51 101 56
Binary 11000000 10010000 101001 0 11001 1001111 11001 101001 1000001 101110

Color Harmonies of #C09029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09029

Black with #C09029

Text Example


Text Example

White with #C09029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09029; }

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

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

background-color css

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

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

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

border-color css

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

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

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