Html Css Color HEX #C98D1F Nugget

📋 copy color: '#C98D1F'

red 201 ◦ green 141 ◦ blue 31

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

Shades of Nugget #C98D1F

Tints of Nugget #C98D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

 BLUE value IS 31 (12.5% from 255) = 8.31%

R = 53.89%
G = 37.8%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C98D1F (or 0xC98D1F) is known color: Nugget. HEX triplet: C9, 8D and 1F. RGB value is (201,141,31). Sum of RGB (Red+Green+Blue) = 201+141+31=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D1F is #3672E0. Grayscale: #929292. Windows color (decimal): -3568353 or 2067913. OLE color: 2067913.

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

Color convert

RGB 201 141 31 -
CMYK 0 0.30 0.85 0.21
HSL 38.82º 0.73% 0.45% -
HSV(B) 38.82º 0.85% 0.79% -
XYZ 33.86 31.57 5.6 -
YUV 146.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 201 141 31 0 0.30 0.85 0.21 38.82 0.73 0.45
Hex C9 8D 1F 0 1E 55 15 27 49 2D
Octal 311 215 37 0 36 125 25 47 111 55
Binary 11001001 10001101 11111 0 11110 1010101 10101 100111 1001001 101101

Color Harmonies of #C98D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D1F

Black with #C98D1F

Text Example


Text Example

White with #C98D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D1F; }

 p { color: rgb(201,141,31); }

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

background-color css

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

 a { background-color: rgb(201,141,31); }

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

border-color css

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

 span { border-color: rgb(201,141,31); }

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