Html Css Color HEX #C99620 Nugget

📋 copy color: '#C99620'

red 201 ◦ green 150 ◦ blue 32

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

Shades of Nugget #C99620

Tints of Nugget #C99620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

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

R = 52.48%
G = 39.16%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C99620 (or 0xC99620) is known color: Nugget. HEX triplet: C9, 96 and 20. RGB value is (201,150,32). Sum of RGB (Red+Green+Blue) = 201+150+32=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C99620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99620 is #3669DF. Grayscale: #989898. Windows color (decimal): -3566048 or 2135753. OLE color: 2135753.

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

Color convert

RGB 201 150 32 -
CMYK 0 0.25 0.84 0.21
HSL 41.89º 0.73% 0.46% -
HSV(B) 41.89º 0.84% 0.79% -
XYZ 35.25 34.33 6.14 -
YUV 151.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 201 150 32 0 0.25 0.84 0.21 41.89 0.73 0.46
Hex C9 96 20 0 19 54 15 2A 49 2E
Octal 311 226 40 0 31 124 25 52 111 56
Binary 11001001 10010110 100000 0 11001 1010100 10101 101010 1001001 101110

Color Harmonies of #C99620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99620

Black with #C99620

Text Example


Text Example

White with #C99620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99620; }

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

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

background-color css

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

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

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

border-color css

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

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

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