Html Css Color HEX #C99128 Nugget

📋 copy color: '#C99128'

red 201 ◦ green 145 ◦ blue 40

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

Shades of Nugget #C99128

Tints of Nugget #C99128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 52.07%
G = 37.56%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C99128 (or 0xC99128) is known color: Nugget. HEX triplet: C9, 91 and 28. RGB value is (201,145,40). Sum of RGB (Red+Green+Blue) = 201+145+40=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C99128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99128 is #366ED7. Grayscale: #969696. Windows color (decimal): -3567320 or 2658761. OLE color: 2658761.

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

Color convert

RGB 201 145 40 -
CMYK 0 0.28 0.80 0.21
HSL 39.13º 0.67% 0.47% -
HSV(B) 39.13º 0.8% 0.79% -
XYZ 34.6 32.82 6.52 -
YUV 149.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 201 145 40 0 0.28 0.80 0.21 39.13 0.67 0.47
Hex C9 91 28 0 1C 50 15 27 43 2F
Octal 311 221 50 0 34 120 25 47 103 57
Binary 11001001 10010001 101000 0 11100 1010000 10101 100111 1000011 101111

Color Harmonies of #C99128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99128

Black with #C99128

Text Example


Text Example

White with #C99128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99128; }

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

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

background-color css

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

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

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

border-color css

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

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

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