Html Css Color HEX #C99621 Nugget

📋 copy color: '#C99621'

red 201 ◦ green 150 ◦ blue 33

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

Shades of Nugget #C99621

Tints of Nugget #C99621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.59%

R = 52.34%
G = 39.06%
B = 8.59%

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

#C99621 (or 0xC99621) is known color: Nugget. HEX triplet: C9, 96 and 21. RGB value is (201,150,33). Sum of RGB (Red+Green+Blue) = 201+150+33=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99621 is #3669DE. Grayscale: #989898. Windows color (decimal): -3566047 or 2201289. OLE color: 2201289.

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

Color convert

RGB 201 150 33 -
CMYK 0 0.25 0.84 0.21
HSL 41.79º 0.72% 0.46% -
HSV(B) 41.79º 0.84% 0.79% -
XYZ 35.27 34.34 6.21 -
YUV 151.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 201 150 33 0 0.25 0.84 0.21 41.79 0.72 0.46
Hex C9 96 21 0 19 54 15 2A 48 2E
Octal 311 226 41 0 31 124 25 52 110 56
Binary 11001001 10010110 100001 0 11001 1010100 10101 101010 1001000 101110

Color Harmonies of #C99621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99621

Black with #C99621

Text Example


Text Example

White with #C99621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99621; }

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

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

background-color css

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

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

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

border-color css

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

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

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