Html Css Color HEX #C98C20 Nugget

📋 copy color: '#C98C20'

red 201 ◦ green 140 ◦ blue 32

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

Shades of Nugget #C98C20

Tints of Nugget #C98C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 53.89%
G = 37.53%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C98C20 (or 0xC98C20) is known color: Nugget. HEX triplet: C9, 8C and 20. RGB value is (201,140,32). Sum of RGB (Red+Green+Blue) = 201+140+32=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C20 is #3673DF. Grayscale: #929292. Windows color (decimal): -3568608 or 2133193. OLE color: 2133193.

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

Color convert

RGB 201 140 32 -
CMYK 0 0.30 0.84 0.21
HSL 38.34º 0.73% 0.46% -
HSV(B) 38.34º 0.84% 0.79% -
XYZ 33.73 31.28 5.63 -
YUV 145.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 201 140 32 0 0.30 0.84 0.21 38.34 0.73 0.46
Hex C9 8C 20 0 1E 54 15 26 49 2E
Octal 311 214 40 0 36 124 25 46 111 56
Binary 11001001 10001100 100000 0 11110 1010100 10101 100110 1001001 101110

Color Harmonies of #C98C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C20

Black with #C98C20

Text Example


Text Example

White with #C98C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C20; }

 p { color: rgb(201,140,32); }

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

background-color css

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

 a { background-color: rgb(201,140,32); }

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

border-color css

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

 span { border-color: rgb(201,140,32); }

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