Html Css Color HEX #C9911F Nugget

📋 copy color: '#C9911F'

red 201 ◦ green 145 ◦ blue 31

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

Shades of Nugget #C9911F

Tints of Nugget #C9911F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 53.32%
G = 38.46%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9911F (or 0xC9911F) is known color: Nugget. HEX triplet: C9, 91 and 1F. RGB value is (201,145,31). Sum of RGB (Red+Green+Blue) = 201+145+31=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9911F is #366EE0. Grayscale: #959595. Windows color (decimal): -3567329 or 2068937. OLE color: 2068937.

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

Color convert

RGB 201 145 31 -
CMYK 0 0.28 0.85 0.21
HSL 40.24º 0.73% 0.45% -
HSV(B) 40.24º 0.85% 0.79% -
XYZ 34.46 32.77 5.8 -
YUV 148.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 201 145 31 0 0.28 0.85 0.21 40.24 0.73 0.45
Hex C9 91 1F 0 1C 55 15 28 49 2D
Octal 311 221 37 0 34 125 25 50 111 55
Binary 11001001 10010001 11111 0 11100 1010101 10101 101000 1001001 101101

Color Harmonies of #C9911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9911F

Black with #C9911F

Text Example


Text Example

White with #C9911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9911F; }

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

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

background-color css

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

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

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

border-color css

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

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

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