Html Css Color HEX #C99429 Nugget

📋 copy color: '#C99429'

red 201 ◦ green 148 ◦ blue 41

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

Shades of Nugget #C99429

Tints of Nugget #C99429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.51%

R = 51.54%
G = 37.95%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C99429 (or 0xC99429) is known color: Nugget. HEX triplet: C9, 94 and 29. RGB value is (201,148,41). Sum of RGB (Red+Green+Blue) = 201+148+41=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C99429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99429 is #366BD6. Grayscale: #989898. Windows color (decimal): -3566551 or 2725065. OLE color: 2725065.

HSL color Cylindrical-coordinate representation of color #C99429: hue angle of 40.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C99429 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 41 -
CMYK 0 0.26 0.80 0.21
HSL 40.13º 0.66% 0.47% -
HSV(B) 40.13º 0.8% 0.79% -
XYZ 35.08 33.76 6.76 -
YUV 151.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 201 148 41 0 0.26 0.80 0.21 40.13 0.66 0.47
Hex C9 94 29 0 1A 50 15 28 42 2F
Octal 311 224 51 0 32 120 25 50 102 57
Binary 11001001 10010100 101001 0 11010 1010000 10101 101000 1000010 101111

Color Harmonies of #C99429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99429

Black with #C99429

Text Example


Text Example

White with #C99429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99429; }

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

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

background-color css

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

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

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

border-color css

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

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

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