Html Css Color HEX #C98B1C Nugget

📋 copy color: '#C98B1C'

red 201 ◦ green 139 ◦ blue 28

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

Shades of Nugget #C98B1C

Tints of Nugget #C98B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 54.62%
G = 37.77%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C98B1C (or 0xC98B1C) is known color: Nugget. HEX triplet: C9, 8B and 1C. RGB value is (201,139,28). Sum of RGB (Red+Green+Blue) = 201+139+28=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B1C is #3674E3. Grayscale: #919191. Windows color (decimal): -3568868 or 1870793. OLE color: 1870793.

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

Color convert

RGB 201 139 28 -
CMYK 0 0.31 0.86 0.21
HSL 38.5º 0.76% 0.45% -
HSV(B) 38.5º 0.86% 0.79% -
XYZ 33.53 30.97 5.31 -
YUV 144.88 62.04 168.03 -
System Red Green Blue C M Y K H S L
Decimal 201 139 28 0 0.31 0.86 0.21 38.5 0.76 0.45
Hex C9 8B 1C 0 1F 56 15 26 4C 2D
Octal 311 213 34 0 37 126 25 46 114 55
Binary 11001001 10001011 11100 0 11111 1010110 10101 100110 1001100 101101

Color Harmonies of #C98B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B1C

Black with #C98B1C

Text Example


Text Example

White with #C98B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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