Html Css Color HEX #C0942B Nugget

📋 copy color: '#C0942B'

red 192 ◦ green 148 ◦ blue 43

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

Shades of Nugget #C0942B

Tints of Nugget #C0942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 50.13%
G = 38.64%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0942B (or 0xC0942B) is known color: Nugget. HEX triplet: C0, 94 and 2B. RGB value is (192,148,43). Sum of RGB (Red+Green+Blue) = 192+148+43=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0942B is #3F6BD4. Grayscale: #959595. Windows color (decimal): -4156373 or 2856128. OLE color: 2856128.

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

Color convert

RGB 192 148 43 -
CMYK 0 0.23 0.78 0.25
HSL 42.28º 0.63% 0.46% -
HSV(B) 42.28º 0.78% 0.75% -
XYZ 32.76 32.56 6.84 -
YUV 149.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 192 148 43 0 0.23 0.78 0.25 42.28 0.63 0.46
Hex C0 94 2B 0 17 4E 19 2A 3F 2E
Octal 300 224 53 0 27 116 31 52 77 56
Binary 11000000 10010100 101011 0 10111 1001110 11001 101010 111111 101110

Color Harmonies of #C0942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0942B

Black with #C0942B

Text Example


Text Example

White with #C0942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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