Html Css Color HEX #C98E24 Nugget

📋 copy color: '#C98E24'

red 201 ◦ green 142 ◦ blue 36

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

Shades of Nugget #C98E24

Tints of Nugget #C98E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.5%

R = 53.03%
G = 37.47%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C98E24 (or 0xC98E24) is known color: Nugget. HEX triplet: C9, 8E and 24. RGB value is (201,142,36). Sum of RGB (Red+Green+Blue) = 201+142+36=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E24 is #3671DB. Grayscale: #949494. Windows color (decimal): -3568092 or 2395849. OLE color: 2395849.

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

Color convert

RGB 201 142 36 -
CMYK 0 0.29 0.82 0.21
HSL 38.55º 0.7% 0.46% -
HSV(B) 38.55º 0.82% 0.79% -
XYZ 34.08 31.89 6.03 -
YUV 147.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 201 142 36 0 0.29 0.82 0.21 38.55 0.7 0.46
Hex C9 8E 24 0 1D 52 15 27 46 2E
Octal 311 216 44 0 35 122 25 47 106 56
Binary 11001001 10001110 100100 0 11101 1010010 10101 100111 1000110 101110

Color Harmonies of #C98E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E24

Black with #C98E24

Text Example


Text Example

White with #C98E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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