Html Css Color HEX #C98F23 Nugget

📋 copy color: '#C98F23'

red 201 ◦ green 143 ◦ blue 35

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

Shades of Nugget #C98F23

Tints of Nugget #C98F23

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 53.03%
G = 37.73%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98F23 (or 0xC98F23) is known color: Nugget. HEX triplet: C9, 8F and 23. RGB value is (201,143,35). Sum of RGB (Red+Green+Blue) = 201+143+35=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98F23 is #3670DC. Grayscale: #949494. Windows color (decimal): -3567837 or 2330569. OLE color: 2330569.

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

Color convert

RGB 201 143 35 -
CMYK 0 0.29 0.83 0.21
HSL 39.04º 0.7% 0.46% -
HSV(B) 39.04º 0.83% 0.79% -
XYZ 34.21 32.18 6 -
YUV 148.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 201 143 35 0 0.29 0.83 0.21 39.04 0.7 0.46
Hex C9 8F 23 0 1D 53 15 27 46 2E
Octal 311 217 43 0 35 123 25 47 106 56
Binary 11001001 10001111 100011 0 11101 1010011 10101 100111 1000110 101110

Color Harmonies of #C98F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F23

Black with #C98F23

Text Example


Text Example

White with #C98F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F23; }

 p { color: rgb(201,143,35); }

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

background-color css

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

 a { background-color: rgb(201,143,35); }

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

border-color css

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

 span { border-color: rgb(201,143,35); }

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