Html Css Color HEX #C9931D Nugget

📋 copy color: '#C9931D'

red 201 ◦ green 147 ◦ blue 29

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

Shades of Nugget #C9931D

Tints of Nugget #C9931D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 53.32%
G = 38.99%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9931D (or 0xC9931D) is known color: Nugget. HEX triplet: C9, 93 and 1D. RGB value is (201,147,29). Sum of RGB (Red+Green+Blue) = 201+147+29=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9931D is #366CE2. Grayscale: #969696. Windows color (decimal): -3566819 or 1938377. OLE color: 1938377.

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

Color convert

RGB 201 147 29 -
CMYK 0 0.27 0.86 0.21
HSL 41.16º 0.75% 0.45% -
HSV(B) 41.16º 0.86% 0.79% -
XYZ 34.74 33.37 5.77 -
YUV 149.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 201 147 29 0 0.27 0.86 0.21 41.16 0.75 0.45
Hex C9 93 1D 0 1B 56 15 29 4B 2D
Octal 311 223 35 0 33 126 25 51 113 55
Binary 11001001 10010011 11101 0 11011 1010110 10101 101001 1001011 101101

Color Harmonies of #C9931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9931D

Black with #C9931D

Text Example


Text Example

White with #C9931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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