Html Css Color HEX #C09120 Nugget

📋 copy color: '#C09120'

red 192 ◦ green 145 ◦ blue 32

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

Shades of Nugget #C09120

Tints of Nugget #C09120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 52.03%
G = 39.3%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09120 (or 0xC09120) is known color: Nugget. HEX triplet: C0, 91 and 20. RGB value is (192,145,32). Sum of RGB (Red+Green+Blue) = 192+145+32=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09120 is #3F6EDF. Grayscale: #929292. Windows color (decimal): -4157152 or 2134464. OLE color: 2134464.

HSL color Cylindrical-coordinate representation of color #C09120: hue angle of 42.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09120 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 32 -
CMYK 0 0.24 0.83 0.25
HSL 42.38º 0.71% 0.44% -
HSV(B) 42.38º 0.83% 0.75% -
XYZ 32.12 31.56 5.77 -
YUV 146.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 192 145 32 0 0.24 0.83 0.25 42.38 0.71 0.44
Hex C0 91 20 0 18 53 19 2A 47 2C
Octal 300 221 40 0 30 123 31 52 107 54
Binary 11000000 10010001 100000 0 11000 1010011 11001 101010 1000111 101100

Color Harmonies of #C09120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09120

Black with #C09120

Text Example


Text Example

White with #C09120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09120; }

 p { color: rgb(192,145,32); }

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

background-color css

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

 a { background-color: rgb(192,145,32); }

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

border-color css

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

 span { border-color: rgb(192,145,32); }

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