Html Css Color HEX #C19025 Nugget

📋 copy color: '#C19025'

red 193 ◦ green 144 ◦ blue 37

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

Shades of Nugget #C19025

Tints of Nugget #C19025

RGB

 RED value IS 193 (75.78% from 255) = 51.6%

 GREEN value IS 144 (56.64% from 255) = 38.5%

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 51.6%
G = 38.5%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C19025 (or 0xC19025) is known color: Nugget. HEX triplet: C1, 90 and 25. RGB value is (193,144,37). Sum of RGB (Red+Green+Blue) = 193+144+37=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C19025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19025 is #3E6FDA. Grayscale: #929292. Windows color (decimal): -4091867 or 2461889. OLE color: 2461889.

HSL color Cylindrical-coordinate representation of color #C19025: hue angle of 41.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C19025 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 144 37 -
CMYK 0 0.25 0.81 0.24
HSL 41.15º 0.68% 0.45% -
HSV(B) 41.15º 0.81% 0.76% -
XYZ 32.3 31.42 6.11 -
YUV 146.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 193 144 37 0 0.25 0.81 0.24 41.15 0.68 0.45
Hex C1 90 25 0 19 51 18 29 44 2D
Octal 301 220 45 0 31 121 30 51 104 55
Binary 11000001 10010000 100101 0 11001 1010001 11000 101001 1000100 101101

Color Harmonies of #C19025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19025

Black with #C19025

Text Example


Text Example

White with #C19025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19025; }

 p { color: rgb(193,144,37); }

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

background-color css

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

 a { background-color: rgb(193,144,37); }

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

border-color css

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

 span { border-color: rgb(193,144,37); }

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