Html Css Color HEX #C09A29 Nugget

📋 copy color: '#C09A29'

red 192 ◦ green 154 ◦ blue 41

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

Shades of Nugget #C09A29

Tints of Nugget #C09A29

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

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

R = 49.61%
G = 39.79%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C09A29 (or 0xC09A29) is known color: Nugget. HEX triplet: C0, 9A and 29. RGB value is (192,154,41). Sum of RGB (Red+Green+Blue) = 192+154+41=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A29 is #3F65D6. Grayscale: #989898. Windows color (decimal): -4154839 or 2726592. OLE color: 2726592.

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

Color convert

RGB 192 154 41 -
CMYK 0 0.20 0.79 0.25
HSL 44.9º 0.65% 0.46% -
HSV(B) 44.9º 0.79% 0.75% -
XYZ 33.69 34.48 6.98 -
YUV 152.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 192 154 41 0 0.20 0.79 0.25 44.9 0.65 0.46
Hex C0 9A 29 0 14 4F 19 2D 41 2E
Octal 300 232 51 0 24 117 31 55 101 56
Binary 11000000 10011010 101001 0 10100 1001111 11001 101101 1000001 101110

Color Harmonies of #C09A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A29

Black with #C09A29

Text Example


Text Example

White with #C09A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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