Html Css Color HEX #C98E1E Nugget

📋 copy color: '#C98E1E'

red 201 ◦ green 142 ◦ blue 30

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

Shades of Nugget #C98E1E

Tints of Nugget #C98E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 53.89%
G = 38.07%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C98E1E (or 0xC98E1E) is known color: Nugget. HEX triplet: C9, 8E and 1E. RGB value is (201,142,30). Sum of RGB (Red+Green+Blue) = 201+142+30=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E1E is #3671E1. Grayscale: #939393. Windows color (decimal): -3568098 or 2002633. OLE color: 2002633.

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

Color convert

RGB 201 142 30 -
CMYK 0 0.29 0.85 0.21
HSL 39.3º 0.74% 0.45% -
HSV(B) 39.3º 0.85% 0.79% -
XYZ 33.99 31.86 5.59 -
YUV 146.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 201 142 30 0 0.29 0.85 0.21 39.3 0.74 0.45
Hex C9 8E 1E 0 1D 55 15 27 4A 2D
Octal 311 216 36 0 35 125 25 47 112 55
Binary 11001001 10001110 11110 0 11101 1010101 10101 100111 1001010 101101

Color Harmonies of #C98E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E1E

Black with #C98E1E

Text Example


Text Example

White with #C98E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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