Html Css Color HEX #C99426 Nugget

📋 copy color: '#C99426'

red 201 ◦ green 148 ◦ blue 38

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

Shades of Nugget #C99426

Tints of Nugget #C99426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 51.94%
G = 38.24%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C99426 (or 0xC99426) is known color: Nugget. HEX triplet: C9, 94 and 26. RGB value is (201,148,38). Sum of RGB (Red+Green+Blue) = 201+148+38=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C99426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99426 is #366BD9. Grayscale: #979797. Windows color (decimal): -3566554 or 2528457. OLE color: 2528457.

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

Color convert

RGB 201 148 38 -
CMYK 0 0.26 0.81 0.21
HSL 40.49º 0.68% 0.47% -
HSV(B) 40.49º 0.81% 0.79% -
XYZ 35.03 33.74 6.5 -
YUV 151.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 201 148 38 0 0.26 0.81 0.21 40.49 0.68 0.47
Hex C9 94 26 0 1A 51 15 28 44 2F
Octal 311 224 46 0 32 121 25 50 104 57
Binary 11001001 10010100 100110 0 11010 1010001 10101 101000 1000100 101111

Color Harmonies of #C99426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99426

Black with #C99426

Text Example


Text Example

White with #C99426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99426; }

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

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

background-color css

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

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

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

border-color css

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

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

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