Html Css Color HEX #C98B19 Nugget

📋 copy color: '#C98B19'

red 201 ◦ green 139 ◦ blue 25

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

Shades of Nugget #C98B19

Tints of Nugget #C98B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

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

R = 55.07%
G = 38.08%
B = 6.85%

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

#C98B19 (or 0xC98B19) is known color: Nugget. HEX triplet: C9, 8B and 19. RGB value is (201,139,25). Sum of RGB (Red+Green+Blue) = 201+139+25=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98B19 is #3674E6. Grayscale: #919191. Windows color (decimal): -3568871 or 1674185. OLE color: 1674185.

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

Color convert

RGB 201 139 25 -
CMYK 0 0.31 0.88 0.21
HSL 38.86º 0.78% 0.44% -
HSV(B) 38.86º 0.88% 0.79% -
XYZ 33.5 30.95 5.13 -
YUV 144.54 60.54 168.27 -
System Red Green Blue C M Y K H S L
Decimal 201 139 25 0 0.31 0.88 0.21 38.86 0.78 0.44
Hex C9 8B 19 0 1F 58 15 27 4E 2C
Octal 311 213 31 0 37 130 25 47 116 54
Binary 11001001 10001011 11001 0 11111 1011000 10101 100111 1001110 101100

Color Harmonies of #C98B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B19

Black with #C98B19

Text Example


Text Example

White with #C98B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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