Html Css Color HEX #C0942E Nugget

📋 copy color: '#C0942E'

red 192 ◦ green 148 ◦ blue 46

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

Shades of Nugget #C0942E

Tints of Nugget #C0942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 49.74%
G = 38.34%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0942E (or 0xC0942E) is known color: Nugget. HEX triplet: C0, 94 and 2E. RGB value is (192,148,46). Sum of RGB (Red+Green+Blue) = 192+148+46=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0942E is #3F6BD1. Grayscale: #959595. Windows color (decimal): -4156370 or 3052736. OLE color: 3052736.

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

Color convert

RGB 192 148 46 -
CMYK 0 0.23 0.76 0.25
HSL 41.92º 0.61% 0.47% -
HSV(B) 41.92º 0.76% 0.75% -
XYZ 32.82 32.58 7.14 -
YUV 149.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 192 148 46 0 0.23 0.76 0.25 41.92 0.61 0.47
Hex C0 94 2E 0 17 4C 19 2A 3D 2F
Octal 300 224 56 0 27 114 31 52 75 57
Binary 11000000 10010100 101110 0 10111 1001100 11001 101010 111101 101111

Color Harmonies of #C0942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0942E

Black with #C0942E

Text Example


Text Example

White with #C0942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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