Html Css Color HEX #C99320 Nugget

📋 copy color: '#C99320'

red 201 ◦ green 147 ◦ blue 32

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

Shades of Nugget #C99320

Tints of Nugget #C99320

RGB

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

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

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

R = 52.89%
G = 38.68%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C99320 (or 0xC99320) is known color: Nugget. HEX triplet: C9, 93 and 20. RGB value is (201,147,32). Sum of RGB (Red+Green+Blue) = 201+147+32=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C99320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99320 is #366CDF. Grayscale: #969696. Windows color (decimal): -3566816 or 2134985. OLE color: 2134985.

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

Color convert

RGB 201 147 32 -
CMYK 0 0.27 0.84 0.21
HSL 40.83º 0.73% 0.46% -
HSV(B) 40.83º 0.84% 0.79% -
XYZ 34.78 33.39 5.98 -
YUV 150.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 201 147 32 0 0.27 0.84 0.21 40.83 0.73 0.46
Hex C9 93 20 0 1B 54 15 29 49 2E
Octal 311 223 40 0 33 124 25 51 111 56
Binary 11001001 10010011 100000 0 11011 1010100 10101 101001 1001001 101110

Color Harmonies of #C99320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99320

Black with #C99320

Text Example


Text Example

White with #C99320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99320; }

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

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

background-color css

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

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

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

border-color css

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

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

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