Html Css Color HEX #C0982B Nugget

📋 copy color: '#C0982B'

red 192 ◦ green 152 ◦ blue 43

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

Shades of Nugget #C0982B

Tints of Nugget #C0982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 49.61%
G = 39.28%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0982B (or 0xC0982B) is known color: Nugget. HEX triplet: C0, 98 and 2B. RGB value is (192,152,43). Sum of RGB (Red+Green+Blue) = 192+152+43=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0982B is #3F67D4. Grayscale: #989898. Windows color (decimal): -4155349 or 2857152. OLE color: 2857152.

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

Color convert

RGB 192 152 43 -
CMYK 0 0.21 0.78 0.25
HSL 43.89º 0.63% 0.46% -
HSV(B) 43.89º 0.78% 0.75% -
XYZ 33.4 33.84 7.06 -
YUV 151.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 192 152 43 0 0.21 0.78 0.25 43.89 0.63 0.46
Hex C0 98 2B 0 15 4E 19 2C 3F 2E
Octal 300 230 53 0 25 116 31 54 77 56
Binary 11000000 10011000 101011 0 10101 1001110 11001 101100 111111 101110

Color Harmonies of #C0982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0982B

Black with #C0982B

Text Example


Text Example

White with #C0982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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