Html Css Color HEX #C9982C Nugget

📋 copy color: '#C9982C'

red 201 ◦ green 152 ◦ blue 44

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

Shades of Nugget #C9982C

Tints of Nugget #C9982C

RGB

 RED value IS 201 (78.91% from 255) = 50.63%

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

 BLUE value IS 44 (17.58% from 255) = 11.08%

R = 50.63%
G = 38.29%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9982C (or 0xC9982C) is known color: Nugget. HEX triplet: C9, 98 and 2C. RGB value is (201,152,44). Sum of RGB (Red+Green+Blue) = 201+152+44=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9982C is #3667D3. Grayscale: #9A9A9A. Windows color (decimal): -3565524 or 2922697. OLE color: 2922697.

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

Color convert

RGB 201 152 44 -
CMYK 0 0.24 0.78 0.21
HSL 41.27º 0.64% 0.48% -
HSV(B) 41.27º 0.78% 0.79% -
XYZ 35.77 35.06 7.26 -
YUV 154.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 201 152 44 0 0.24 0.78 0.21 41.27 0.64 0.48
Hex C9 98 2C 0 18 4E 15 29 40 30
Octal 311 230 54 0 30 116 25 51 100 60
Binary 11001001 10011000 101100 0 11000 1001110 10101 101001 1000000 110000

Color Harmonies of #C9982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9982C

Black with #C9982C

Text Example


Text Example

White with #C9982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9982C; }

 p { color: rgb(201,152,44); }

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

background-color css

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

 a { background-color: rgb(201,152,44); }

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

border-color css

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

 span { border-color: rgb(201,152,44); }

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