Html Css Color HEX #C99321 Nugget

📋 copy color: '#C99321'

red 201 ◦ green 147 ◦ blue 33

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

Shades of Nugget #C99321

Tints of Nugget #C99321

RGB

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

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

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

R = 52.76%
G = 38.58%
B = 8.66%

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

#C99321 (or 0xC99321) is known color: Nugget. HEX triplet: C9, 93 and 21. RGB value is (201,147,33). Sum of RGB (Red+Green+Blue) = 201+147+33=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C99321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99321 is #366CDE. Grayscale: #969696. Windows color (decimal): -3566815 or 2200521. OLE color: 2200521.

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

Color convert

RGB 201 147 33 -
CMYK 0 0.27 0.84 0.21
HSL 40.71º 0.72% 0.46% -
HSV(B) 40.71º 0.84% 0.79% -
XYZ 34.8 33.39 6.05 -
YUV 150.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 201 147 33 0 0.27 0.84 0.21 40.71 0.72 0.46
Hex C9 93 21 0 1B 54 15 29 48 2E
Octal 311 223 41 0 33 124 25 51 110 56
Binary 11001001 10010011 100001 0 11011 1010100 10101 101001 1001000 101110

Color Harmonies of #C99321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99321

Black with #C99321

Text Example


Text Example

White with #C99321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99321; }

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

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

background-color css

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

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

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

border-color css

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

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

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