Html Css Color HEX #C99420 Nugget

📋 copy color: '#C99420'

red 201 ◦ green 148 ◦ blue 32

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

Shades of Nugget #C99420

Tints of Nugget #C99420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 52.76%
G = 38.85%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C99420 (or 0xC99420) is known color: Nugget. HEX triplet: C9, 94 and 20. RGB value is (201,148,32). Sum of RGB (Red+Green+Blue) = 201+148+32=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C99420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99420 is #366BDF. Grayscale: #979797. Windows color (decimal): -3566560 or 2135241. OLE color: 2135241.

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

Color convert

RGB 201 148 32 -
CMYK 0 0.26 0.84 0.21
HSL 41.18º 0.73% 0.46% -
HSV(B) 41.18º 0.84% 0.79% -
XYZ 34.94 33.7 6.03 -
YUV 150.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 201 148 32 0 0.26 0.84 0.21 41.18 0.73 0.46
Hex C9 94 20 0 1A 54 15 29 49 2E
Octal 311 224 40 0 32 124 25 51 111 56
Binary 11001001 10010100 100000 0 11010 1010100 10101 101001 1001001 101110

Color Harmonies of #C99420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99420

Black with #C99420

Text Example


Text Example

White with #C99420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99420; }

 p { color: rgb(201,148,32); }

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

background-color css

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

 a { background-color: rgb(201,148,32); }

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

border-color css

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

 span { border-color: rgb(201,148,32); }

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