Html Css Color HEX #C09929 Nugget

📋 copy color: '#C09929'

red 192 ◦ green 153 ◦ blue 41

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

Shades of Nugget #C09929

Tints of Nugget #C09929

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

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

R = 49.74%
G = 39.64%
B = 10.62%

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

#C09929 (or 0xC09929) is known color: Nugget. HEX triplet: C0, 99 and 29. RGB value is (192,153,41). Sum of RGB (Red+Green+Blue) = 192+153+41=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C09929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09929 is #3F66D6. Grayscale: #989898. Windows color (decimal): -4155095 or 2726336. OLE color: 2726336.

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

Color convert

RGB 192 153 41 -
CMYK 0 0.20 0.79 0.25
HSL 44.5º 0.65% 0.46% -
HSV(B) 44.5º 0.79% 0.75% -
XYZ 33.53 34.15 6.92 -
YUV 151.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 192 153 41 0 0.20 0.79 0.25 44.5 0.65 0.46
Hex C0 99 29 0 14 4F 19 2D 41 2E
Octal 300 231 51 0 24 117 31 55 101 56
Binary 11000000 10011001 101001 0 10100 1001111 11001 101101 1000001 101110

Color Harmonies of #C09929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09929

Black with #C09929

Text Example


Text Example

White with #C09929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09929; }

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

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

background-color css

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

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

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

border-color css

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

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

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