Html Css Color HEX #C9921D Nugget

📋 copy color: '#C9921D'

red 201 ◦ green 146 ◦ blue 29

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

Shades of Nugget #C9921D

Tints of Nugget #C9921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

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

R = 53.46%
G = 38.83%
B = 7.71%

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

#C9921D (or 0xC9921D) is known color: Nugget. HEX triplet: C9, 92 and 1D. RGB value is (201,146,29). Sum of RGB (Red+Green+Blue) = 201+146+29=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9921D is #366DE2. Grayscale: #959595. Windows color (decimal): -3567075 or 1938121. OLE color: 1938121.

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

Color convert

RGB 201 146 29 -
CMYK 0 0.27 0.86 0.21
HSL 40.81º 0.75% 0.45% -
HSV(B) 40.81º 0.86% 0.79% -
XYZ 34.59 33.06 5.72 -
YUV 149.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 201 146 29 0 0.27 0.86 0.21 40.81 0.75 0.45
Hex C9 92 1D 0 1B 56 15 29 4B 2D
Octal 311 222 35 0 33 126 25 51 113 55
Binary 11001001 10010010 11101 0 11011 1010110 10101 101001 1001011 101101

Color Harmonies of #C9921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9921D

Black with #C9921D

Text Example


Text Example

White with #C9921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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