Html Css Color HEX #C9972C Nugget

📋 copy color: '#C9972C'

red 201 ◦ green 151 ◦ blue 44

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

Shades of Nugget #C9972C

Tints of Nugget #C9972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.13%

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

R = 50.76%
G = 38.13%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9972C (or 0xC9972C) is known color: Nugget. HEX triplet: C9, 97 and 2C. RGB value is (201,151,44). Sum of RGB (Red+Green+Blue) = 201+151+44=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9972C is #3668D3. Grayscale: #9A9A9A. Windows color (decimal): -3565780 or 2922441. OLE color: 2922441.

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

Color convert

RGB 201 151 44 -
CMYK 0 0.25 0.78 0.21
HSL 40.89º 0.64% 0.48% -
HSV(B) 40.89º 0.78% 0.79% -
XYZ 35.61 34.73 7.21 -
YUV 153.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 201 151 44 0 0.25 0.78 0.21 40.89 0.64 0.48
Hex C9 97 2C 0 19 4E 15 29 40 30
Octal 311 227 54 0 31 116 25 51 100 60
Binary 11001001 10010111 101100 0 11001 1001110 10101 101001 1000000 110000

Color Harmonies of #C9972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9972C

Black with #C9972C

Text Example


Text Example

White with #C9972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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