Html Css Color HEX #C99126 Nugget

📋 copy color: '#C99126'

red 201 ◦ green 145 ◦ blue 38

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

Shades of Nugget #C99126

Tints of Nugget #C99126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

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

R = 52.34%
G = 37.76%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C99126 (or 0xC99126) is known color: Nugget. HEX triplet: C9, 91 and 26. RGB value is (201,145,38). Sum of RGB (Red+Green+Blue) = 201+145+38=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99126 is #366ED9. Grayscale: #969696. Windows color (decimal): -3567322 or 2527689. OLE color: 2527689.

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

Color convert

RGB 201 145 38 -
CMYK 0 0.28 0.81 0.21
HSL 39.39º 0.68% 0.47% -
HSV(B) 39.39º 0.81% 0.79% -
XYZ 34.56 32.81 6.34 -
YUV 149.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 201 145 38 0 0.28 0.81 0.21 39.39 0.68 0.47
Hex C9 91 26 0 1C 51 15 27 44 2F
Octal 311 221 46 0 34 121 25 47 104 57
Binary 11001001 10010001 100110 0 11100 1010001 10101 100111 1000100 101111

Color Harmonies of #C99126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99126

Black with #C99126

Text Example


Text Example

White with #C99126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99126; }

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

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

background-color css

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

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

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

border-color css

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

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

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