Html Css Color HEX #C99221 Nugget

📋 copy color: '#C99221'

red 201 ◦ green 146 ◦ blue 33

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

Shades of Nugget #C99221

Tints of Nugget #C99221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 52.89%
G = 38.42%
B = 8.68%

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

#C99221 (or 0xC99221) is known color: Nugget. HEX triplet: C9, 92 and 21. RGB value is (201,146,33). Sum of RGB (Red+Green+Blue) = 201+146+33=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C99221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99221 is #366DDE. Grayscale: #969696. Windows color (decimal): -3567071 or 2200265. OLE color: 2200265.

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

Color convert

RGB 201 146 33 -
CMYK 0 0.27 0.84 0.21
HSL 40.36º 0.72% 0.46% -
HSV(B) 40.36º 0.84% 0.79% -
XYZ 34.64 33.09 6 -
YUV 149.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 201 146 33 0 0.27 0.84 0.21 40.36 0.72 0.46
Hex C9 92 21 0 1B 54 15 28 48 2E
Octal 311 222 41 0 33 124 25 50 110 56
Binary 11001001 10010010 100001 0 11011 1010100 10101 101000 1001000 101110

Color Harmonies of #C99221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99221

Black with #C99221

Text Example


Text Example

White with #C99221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99221; }

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

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

background-color css

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

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

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

border-color css

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

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

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