Html Css Color HEX #C98E19 Nugget

📋 copy color: '#C98E19'

red 201 ◦ green 142 ◦ blue 25

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

Shades of Nugget #C98E19

Tints of Nugget #C98E19

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

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

R = 54.62%
G = 38.59%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98E19 (or 0xC98E19) is known color: Nugget. HEX triplet: C9, 8E and 19. RGB value is (201,142,25). Sum of RGB (Red+Green+Blue) = 201+142+25=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98E19 is #3671E6. Grayscale: #929292. Windows color (decimal): -3568103 or 1674953. OLE color: 1674953.

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

Color convert

RGB 201 142 25 -
CMYK 0 0.29 0.88 0.21
HSL 39.89º 0.78% 0.44% -
HSV(B) 39.89º 0.88% 0.79% -
XYZ 33.94 31.83 5.28 -
YUV 146.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 201 142 25 0 0.29 0.88 0.21 39.89 0.78 0.44
Hex C9 8E 19 0 1D 58 15 28 4E 2C
Octal 311 216 31 0 35 130 25 50 116 54
Binary 11001001 10001110 11001 0 11101 1011000 10101 101000 1001110 101100

Color Harmonies of #C98E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E19

Black with #C98E19

Text Example


Text Example

White with #C98E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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