#C8982B

Color #C8982B Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C8982B

Tints of Nugget #C8982B

Color information

#C8982B (or 0xC8982B) is unknown color: approx Nugget. HEX triplet: C8, 98 and 2B. RGB value is (200,152,43). Sum of RGB (Red+Green+Blue) = 200+152+43=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8982B is #3767D4. Grayscale: #9A9A9A. Windows color (decimal): -3631061 or 2857160. OLE color: 2857160.

HSL color Cylindrical-coordinate representation of color #C8982B: hue angle of 41.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8982B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB20015243-
CMYK00.240.780.22
HSL41.66º64.61%47.65%-
HSV(B)41.66º78.5%78.43%-
XYZ35.4834.917.15-
YUV153.9365.4160.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 43 (17.19% from 255) = 10.89%
R=50.63%
G=38.48%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001524300.240.780.2241.6664.6147.65
HexC8982B0184E162a4130
Octal31023053030116265210160
Binary11001000100110001010110110001001110101101010101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8982B; }

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

 H1.HeaderClassName
 {
   color: #C8982B;
 }
 .AnyTagClassName
 {
   color: #C8982B;
 }
</style>
background-color css

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

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

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

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

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

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