Html Css Color HEX #C9972B Nugget

📋 copy color: '#C9972B'

red 201 ◦ green 151 ◦ blue 43

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

Shades of Nugget #C9972B

Tints of Nugget #C9972B

RGB

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

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

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

R = 50.89%
G = 38.23%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9972B (or 0xC9972B) is known color: Nugget. HEX triplet: C9, 97 and 2B. RGB value is (201,151,43). Sum of RGB (Red+Green+Blue) = 201+151+43=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9972B is #3668D4. Grayscale: #9A9A9A. Windows color (decimal): -3565781 or 2856905. OLE color: 2856905.

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

Color convert

RGB 201 151 43 -
CMYK 0 0.25 0.79 0.21
HSL 41.01º 0.65% 0.48% -
HSV(B) 41.01º 0.79% 0.79% -
XYZ 35.59 34.73 7.11 -
YUV 153.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 201 151 43 0 0.25 0.79 0.21 41.01 0.65 0.48
Hex C9 97 2B 0 19 4F 15 29 41 30
Octal 311 227 53 0 31 117 25 51 101 60
Binary 11001001 10010111 101011 0 11001 1001111 10101 101001 1000001 110000

Color Harmonies of #C9972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9972B

Black with #C9972B

Text Example


Text Example

White with #C9972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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