Html Css Color HEX #C9931F Nugget

📋 copy color: '#C9931F'

red 201 ◦ green 147 ◦ blue 31

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

Shades of Nugget #C9931F

Tints of Nugget #C9931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 31 (12.5% from 255) = 8.18%

R = 53.03%
G = 38.79%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9931F (or 0xC9931F) is known color: Nugget. HEX triplet: C9, 93 and 1F. RGB value is (201,147,31). Sum of RGB (Red+Green+Blue) = 201+147+31=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9931F is #366CE0. Grayscale: #969696. Windows color (decimal): -3566817 or 2069449. OLE color: 2069449.

HSL color Cylindrical-coordinate representation of color #C9931F: hue angle of 40.94º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9931F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 31 -
CMYK 0 0.27 0.85 0.21
HSL 40.94º 0.73% 0.45% -
HSV(B) 40.94º 0.85% 0.79% -
XYZ 34.77 33.38 5.91 -
YUV 149.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 201 147 31 0 0.27 0.85 0.21 40.94 0.73 0.45
Hex C9 93 1F 0 1B 55 15 29 49 2D
Octal 311 223 37 0 33 125 25 51 111 55
Binary 11001001 10010011 11111 0 11011 1010101 10101 101001 1001001 101101

Color Harmonies of #C9931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9931F

Black with #C9931F

Text Example


Text Example

White with #C9931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9931F; }

 p { color: rgb(201,147,31); }

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

background-color css

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

 a { background-color: rgb(201,147,31); }

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

border-color css

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

 span { border-color: rgb(201,147,31); }

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