Html Css Color HEX #C98A19 Nugget

📋 copy color: '#C98A19'

red 201 ◦ green 138 ◦ blue 25

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

Shades of Nugget #C98A19

Tints of Nugget #C98A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 55.22%
G = 37.91%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98A19 (or 0xC98A19) is known color: Nugget. HEX triplet: C9, 8A and 19. RGB value is (201,138,25). Sum of RGB (Red+Green+Blue) = 201+138+25=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A19 is #3675E6. Grayscale: #909090. Windows color (decimal): -3569127 or 1673929. OLE color: 1673929.

HSL color Cylindrical-coordinate representation of color #C98A19: hue angle of 38.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98A19 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 138 25 -
CMYK 0 0.31 0.88 0.21
HSL 38.52º 0.78% 0.44% -
HSV(B) 38.52º 0.88% 0.79% -
XYZ 33.35 30.66 5.08 -
YUV 143.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 201 138 25 0 0.31 0.88 0.21 38.52 0.78 0.44
Hex C9 8A 19 0 1F 58 15 27 4E 2C
Octal 311 212 31 0 37 130 25 47 116 54
Binary 11001001 10001010 11001 0 11111 1011000 10101 100111 1001110 101100

Color Harmonies of #C98A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A19

Black with #C98A19

Text Example


Text Example

White with #C98A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A19; }

 p { color: rgb(201,138,25); }

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

background-color css

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

 a { background-color: rgb(201,138,25); }

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

border-color css

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

 span { border-color: rgb(201,138,25); }

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