Html Css Color HEX #C99424 Nugget

📋 copy color: '#C99424'

red 201 ◦ green 148 ◦ blue 36

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

Shades of Nugget #C99424

Tints of Nugget #C99424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 36 (14.45% from 255) = 9.35%

R = 52.21%
G = 38.44%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C99424 (or 0xC99424) is known color: Nugget. HEX triplet: C9, 94 and 24. RGB value is (201,148,36). Sum of RGB (Red+Green+Blue) = 201+148+36=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C99424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99424 is #366BDB. Grayscale: #979797. Windows color (decimal): -3566556 or 2397385. OLE color: 2397385.

HSL color Cylindrical-coordinate representation of color #C99424: hue angle of 40.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C99424 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 36 -
CMYK 0 0.26 0.82 0.21
HSL 40.73º 0.7% 0.46% -
HSV(B) 40.73º 0.82% 0.79% -
XYZ 35 33.72 6.33 -
YUV 151.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 201 148 36 0 0.26 0.82 0.21 40.73 0.7 0.46
Hex C9 94 24 0 1A 52 15 29 46 2E
Octal 311 224 44 0 32 122 25 51 106 56
Binary 11001001 10010100 100100 0 11010 1010010 10101 101001 1000110 101110

Color Harmonies of #C99424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99424

Black with #C99424

Text Example


Text Example

White with #C99424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99424; }

 p { color: rgb(201,148,36); }

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

background-color css

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

 a { background-color: rgb(201,148,36); }

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

border-color css

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

 span { border-color: rgb(201,148,36); }

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